mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2024-11-08 17:28:20 +00:00
Update IBehaviors.h
This commit is contained in:
parent
b3548de7da
commit
a50b256689
@ -1,5 +1,5 @@
|
||||
#ifndef __IBEHAVIORS__H__
|
||||
#define __IBEHAVIORS__H__
|
||||
#ifndef IBEHAVIORS_H
|
||||
#define IBEHAVIORS_H
|
||||
|
||||
#include <cstdint>
|
||||
|
||||
@ -19,4 +19,4 @@ public:
|
||||
virtual void RemoveBehavior(const int32_t behaviorId) = 0;
|
||||
};
|
||||
|
||||
#endif //!__IBEHAVIORS__H__
|
||||
#endif //!IBEHAVIORS_H
|
||||
|
Loading…
Reference in New Issue
Block a user