using System; namespace FFXIVClassic_Lobby_Server.dataobjects { class Account { public UInt32 id; public string name; } }