mirror of
https://github.com/Squareville/TestEventServer.git
synced 2026-01-06 09:09:38 -06:00
format codebase
This commit is contained in:
@@ -4,12 +4,12 @@
|
||||
|
||||
class MailBoxServer : public CppScripts::Script {
|
||||
public:
|
||||
/**
|
||||
* When a mailbox is interacted with, this method updates the player game state
|
||||
* to be in a mailbox.
|
||||
*
|
||||
* @param self The object that owns this script.
|
||||
* @param user The user that interacted with this Entity.
|
||||
*/
|
||||
void OnUse(Entity* self, Entity* user) override;
|
||||
};
|
||||
/**
|
||||
* When a mailbox is interacted with, this method updates the player game state
|
||||
* to be in a mailbox.
|
||||
*
|
||||
* @param self The object that owns this script.
|
||||
* @param user The user that interacted with this Entity.
|
||||
*/
|
||||
void OnUse(Entity* self, Entity* user) override;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user