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