Ejemplo n.º 1
0
 protected RPGClientModule(RPGClient client)
 {
     this.client      = client;
     this.game_client = client.GameClient;
 }
Ejemplo n.º 2
0
 public EventModule(RPGClient client) : base(client)
 {
     mPushHandler = game_client.Listen <ClientGameEventNotify>(OnRemoteGameEventNotify);
     Logger       = LoggerFactory.GetLogger(GetType().Name);
 }