D3ltaQ's picture
Upload 2197 files
24b81cb verified
raw
history blame contribute delete
179 Bytes
class SyncPlayer
{
PlayerIdentity m_Identity;
//! Keeping for backwards compatability with mods.
[NonSerialized()]
string m_UID;
[NonSerialized()]
string m_PlayerName;
}