using System; namespace Leadercraft.Server { internal struct KeyStruct { public string Token; public int PlayerID; } }