1
0
Files
mineplex-crepe/Website/LOC.Core/Tokens/Client/ClientIgnoreToken.cs
2021-08-19 16:35:32 +07:00

11 lines
213 B
C#

using System.Collections.Generic;
namespace LOC.Core.Tokens.Client
{
public class ClientIgnoreToken
{
public string Name { get; set; }
public string IgnoredPlayer { get; set; }
}
}