DarkflameServer/dGame/dBehaviors/SpawnQuickbuildBehavior.cpp

11 lines
272 B
C++
Raw Normal View History

2022-08-06 03:01:59 +00:00
#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() {
}