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