leadercraft/Leadercraft/Server/NewKeyStruct.cs

9 lines
119 B
C#
Raw Normal View History

using System;
namespace Leadercraft.Server
{
internal struct NewKeyStruct
{
public uint PlayerID;
}
}