Mineplex2018-withcommit/Website/LOC.Core/Tokens/Client/ClientIgnoreToken.cs

11 lines
213 B
C#
Raw Normal View History

2013-08-27 17:14:08 +02:00
using System.Collections.Generic;
namespace LOC.Core.Tokens.Client
{
public class ClientIgnoreToken
{
public string Name { get; set; }
public string IgnoredPlayer { get; set; }
}
}