leadercraft/Leadercraft/Server/KeyStruct.cs

11 lines
139 B
C#
Raw Normal View History

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