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