From e11260a2fe3eebe1f8e998c71d07da5df0c4ffbb Mon Sep 17 00:00:00 2001 From: EmosewaMC <39972741+EmosewaMC@users.noreply.github.com> Date: Thu, 20 Jan 2022 03:54:58 -0800 Subject: [PATCH] Added comment --- dScripts/AgSurvivalBuffStation.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/dScripts/AgSurvivalBuffStation.h b/dScripts/AgSurvivalBuffStation.h index 0528f2ac..bddb16b5 100644 --- a/dScripts/AgSurvivalBuffStation.h +++ b/dScripts/AgSurvivalBuffStation.h @@ -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: /**