mirror of
https://github.com/Squareville/wonderland-server.git
synced 2025-12-31 01:40:01 -06:00
6 lines
181 B
C++
6 lines
181 B
C++
#include "MiniGameControlComponent.h"
|
|
|
|
void MiniGameControlComponent::Serialize(RakNet::BitStream& outBitStream, bool isConstruction) {
|
|
outBitStream.Write<uint32_t>(0x40000000);
|
|
}
|