2013-08-27 17:14:08 +02:00
|
|
|
|
namespace LOC.Website.Common.Models
|
|
|
|
|
{
|
|
|
|
|
using System.Collections.Generic;
|
|
|
|
|
using Core.Model.GameServer.Stats;
|
|
|
|
|
using Core.Tokens.Client;
|
|
|
|
|
|
|
|
|
|
public interface IDominateAdministrator : IPvpAdministrator
|
|
|
|
|
{
|
2013-10-18 09:46:06 +02:00
|
|
|
|
List<GemRewardToken> UploadStats(DominateGameStatsToken token);
|
2013-08-27 17:14:08 +02:00
|
|
|
|
}
|
|
|
|
|
}
|