mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-09-05 14:58:27 +00:00
format codebase
This commit is contained in:
@@ -9,10 +9,9 @@ public:
|
||||
/*
|
||||
* Inherited
|
||||
*/
|
||||
explicit StunBehavior(const uint32_t behavior_id) : Behavior(behavior_id)
|
||||
{
|
||||
explicit StunBehavior(const uint32_t behavior_id) : Behavior(behavior_id) {
|
||||
}
|
||||
|
||||
|
||||
void Handle(BehaviorContext* context, RakNet::BitStream* bit_stream, BehaviorBranchContext branch) override;
|
||||
|
||||
void Calculate(BehaviorContext* context, RakNet::BitStream* bit_stream, BehaviorBranchContext branch) override;
|
||||
|
Reference in New Issue
Block a user