Beispiel #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();
 }
Beispiel #2
0
 public GameProcessor(Client client, Connection connection) {
     this.client = client;
     this.connection = connection;
     this.entityUpdater = new EntityUpdater(client);
     this.stringTableUpdater = new StringTableUpdater();
 }