mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-08-04 09:44:10 +00:00
Update IBehaviors.h
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user