Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
#include "MiniGameControlComponent.h"
void MiniGameControlComponent::Serialize(RakNet::BitStream& outBitStream, bool isConstruction) {
outBitStream.Write<uint32_t>(0x40000000);
}