diff options
Diffstat (limited to 'src/Mobs/Behaviors/BehaviorDoNothing.h')
-rw-r--r-- | src/Mobs/Behaviors/BehaviorDoNothing.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Mobs/Behaviors/BehaviorDoNothing.h b/src/Mobs/Behaviors/BehaviorDoNothing.h index 52c0c7c08..564032091 100644 --- a/src/Mobs/Behaviors/BehaviorDoNothing.h +++ b/src/Mobs/Behaviors/BehaviorDoNothing.h @@ -1,11 +1,12 @@ #pragma once -// Always takes control of the tick and does nothing. Used for unimplemented mobs like squids. + class cBehaviorDoNothing; #include "Behavior.h" +/** Always takes control of the tick and does nothing. Used for unimplemented mobs like squids. */ class cBehaviorDoNothing : public cBehavior { public: |