leadercraft/Leadercraft/Server/NewKeyStruct.cs

11 lines
149 B
C#
Raw Permalink Normal View History

using System;
namespace Leadercraft.Server
{
internal struct NewKeyStruct
{
2020-05-14 23:09:39 -04:00
public ulong PlayerID;
public string PlayerName;
}
}