コード例 #1
0
 protected bool SpawnPowerPlant(int gridX, int gridY)
 {
     return(gm.SpawnPowerPlant(gridX, gridY, faction));
 }