mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2024-11-10 10:18:21 +00:00
0545adfac3
Have fun!
13 lines
276 B
C++
13 lines
276 B
C++
#include "SpawnQuickbuildBehavior.h"
|
|
|
|
#include "BehaviorBranchContext.h"
|
|
#include "BehaviorContext.h"
|
|
|
|
void SpawnQuickbuildBehavior::Handle(BehaviorContext* context, RakNet::BitStream* bitStream, BehaviorBranchContext branch)
|
|
{
|
|
}
|
|
|
|
void SpawnQuickbuildBehavior::Load()
|
|
{
|
|
}
|
|
|