mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-08-06 10:44:08 +00:00
format codebase
This commit is contained in:
@@ -9,12 +9,11 @@ public:
|
||||
uint32_t m_armor;
|
||||
|
||||
uint32_t m_imagination;
|
||||
|
||||
|
||||
/*
|
||||
* Inherited
|
||||
*/
|
||||
explicit BuffBehavior(const uint32_t behaviorId) : Behavior(behaviorId)
|
||||
{
|
||||
explicit BuffBehavior(const uint32_t behaviorId) : Behavior(behaviorId) {
|
||||
}
|
||||
|
||||
void Handle(BehaviorContext* context, RakNet::BitStream* bitStream, BehaviorBranchContext branch) override;
|
||||
@@ -24,6 +23,6 @@ public:
|
||||
void Timer(BehaviorContext* context, BehaviorBranchContext branch, LWOOBJID second) override;
|
||||
|
||||
void End(BehaviorContext* context, BehaviorBranchContext branch, LWOOBJID second) override;
|
||||
|
||||
|
||||
void Load() override;
|
||||
};
|
||||
|
Reference in New Issue
Block a user