public TurretSpawnController(Grid grid, TurretMarket market)
 {
     m_Grid   = grid;
     m_Market = market;
 }