chore: rename zonecontrolcomp to minigamecontrolcomp

This commit is contained in:
Aaron Kimbre
2023-12-04 20:59:08 -06:00
parent 3d85f6639e
commit 1f399a7277
8 changed files with 33 additions and 28 deletions

View File

@@ -0,0 +1,5 @@
#include "MinigameComponent.h"
void MinigameComponent::Serialize(RakNet::BitStream* outBitStream, bool isConstruction) {
outBitStream->Write<uint32_t>(0x40000000);
}