DarkflameServer/dGame/dBehaviors/SpawnQuickbuildBehavior.cpp

11 lines
275 B
C++
Raw Normal View History

#include "SpawnQuickbuildBehavior.h"
#include "BehaviorBranchContext.h"
#include "BehaviorContext.h"
2022-07-28 13:39:57 +00:00
void SpawnQuickbuildBehavior::Handle(BehaviorContext* context, RakNet::BitStream* bitStream, BehaviorBranchContext branch) {
}
2022-07-28 13:39:57 +00:00
void SpawnQuickbuildBehavior::Load() {
}