using System; namespace XMainClient { internal struct StringTip { public string str; public uint id; } }