final update
This commit is contained in:
10
Website/LOC.Core/Tokens/Client/ClientIgnoreToken.cs
Normal file
10
Website/LOC.Core/Tokens/Client/ClientIgnoreToken.cs
Normal file
@ -0,0 +1,10 @@
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace LOC.Core.Tokens.Client
|
||||
{
|
||||
public class ClientIgnoreToken
|
||||
{
|
||||
public string Name { get; set; }
|
||||
public string IgnoredPlayer { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user