Exemple #1
0
 public GameEngine(AreaMap map)
 {
     _map = map;
 }
Exemple #2
0
 internal Sensor(AreaMap map)
 {
     this.map = map;
 }