Exemplo n.º 1
0
 public SignonProcessor(Client client, Connection connection) {
     this.client = client;
     this.connection = connection;
     this.entityUpdater = new EntityUpdater(client);
     this.sendTableFlattener = new SendTableFlattener();
     this.stringTableUpdater = new StringTableUpdater();
 }
Exemplo n.º 2
0
 public GameProcessor(Client client, Connection connection) {
     this.client = client;
     this.connection = connection;
     this.entityUpdater = new EntityUpdater(client);
     this.stringTableUpdater = new StringTableUpdater();
 }