using System; namespace Leadercraft.Server { internal struct NewKeyStruct { public ulong PlayerID; public string PlayerName; } }