Ejemplo n.º 1
0
 public TurretSpawnController(Grid grid, TurretMarket market)
 {
     m_Grid   = grid;
     m_Market = market;
 }