Mineplex2018-withcommit/Website/LOC.Core/Tokens/Client/ClientIgnoreToken.cs
Jonathan Williams 3fb52c5c71 Initial Commit
2013-08-27 08:14:08 -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; }
}
}