final update
This commit is contained in:
15
Website/LOC.Core/Model/Server/ServerUpdate.cs
Normal file
15
Website/LOC.Core/Model/Server/ServerUpdate.cs
Normal file
@ -0,0 +1,15 @@
|
||||
namespace LOC.Core.Model.GameServer
|
||||
{
|
||||
using System.Collections.Generic;
|
||||
using Tokens.Client;
|
||||
|
||||
public class ServerUpdate
|
||||
{
|
||||
public ServerUpdate()
|
||||
{
|
||||
ClientTokens = new List<ClientToken>();
|
||||
}
|
||||
|
||||
public List<ClientToken> ClientTokens { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user