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