6 lines
78 B
C#
6 lines
78 B
C#
namespace Ragon.Relay;
|
|
|
|
public class KickPlayerCommand
|
|
{
|
|
public string Id;
|
|
} |