DarkflameServer/dGame/dComponents/MiniGameControlComponent.cpp

6 lines
181 B
C++
Raw Normal View History

#include "MiniGameControlComponent.h"
void MiniGameControlComponent::Serialize(RakNet::BitStream& outBitStream, bool isConstruction) {
outBitStream.Write<uint32_t>(0x40000000);
}