using System; namespace XMainClient { internal struct XEmblemInfo { public uint level; public uint thirdslot; public void Init() { this.level = 0u; this.thirdslot = 0u; } } }