mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-08-09 20:24:16 +00:00
Removed const
This commit is contained in:
@@ -41,7 +41,7 @@ public:
|
|||||||
* @param sysAddr the address to send game message responses to
|
* @param sysAddr the address to send game message responses to
|
||||||
* @param author optional explicit ID for the property, if not set defaults to the originator
|
* @param author optional explicit ID for the property, if not set defaults to the originator
|
||||||
*/
|
*/
|
||||||
void OnQueryPropertyData(Entity* originator, const SystemAddress& sysAddr, LWOOBJID author = LWOOBJID_EMPTY) const;
|
void OnQueryPropertyData(Entity* originator, const SystemAddress& sysAddr, LWOOBJID author = LWOOBJID_EMPTY);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Handles an OnUse event, telling the client who owns this property, etc.
|
* Handles an OnUse event, telling the client who owns this property, etc.
|
||||||
|
Reference in New Issue
Block a user