mirror of
https://github.com/DarkflameUniverse/DarkflameServer
synced 2024-08-30 18:43:58 +00:00
Added comment
This commit is contained in:
parent
24f8ea21db
commit
e11260a2fe
@ -11,6 +11,12 @@ public:
|
||||
* @param target The target of the self that called this script.
|
||||
*/
|
||||
void OnRebuildComplete(Entity* self, Entity* target) override;
|
||||
/**
|
||||
* @brief When 10 seconds have passed, smash self.
|
||||
*
|
||||
* @param self The Entity whos timer has done.
|
||||
* @param timerName The name of the done timer
|
||||
*/
|
||||
void OnTimerDone(Entity* self, std::string timerName) override;
|
||||
private:
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user