Ejemplo n.º 1
0
 private ClientGameManager()
 {
     PlayerEntities = new Dictionary<string, Entity>();
     MobEntities = new Dictionary<int, Entity>();
     inputPredictionManager = new InputPredictionManager();
     mobFactory = new MobFactory();
 }
Ejemplo n.º 2
0
 private ClientGameManager()
 {
     PlayerEntities         = new Dictionary <string, Entity>();
     MobEntities            = new Dictionary <int, Entity>();
     inputPredictionManager = new InputPredictionManager();
     mobFactory             = new MobFactory();
 }