DarkflameServer/dGame/dComponents/ItemComponent.cpp
2023-10-28 01:09:03 +01:00

6 lines
141 B
C++

#include "ItemComponent.h"
void ItemComponent::Serialize(RakNet::BitStream* outBitStream, bool isConstruction) {
outBitStream->Write0();
}