Ejemplo n.º 1
0
 public void SetWaveCollection(WaveCollection collection)
 {
     WaveCollection = collection;
 }
        private void InitWaves()
        {
            WaveCollection waves = Content.GetAll <WaveCollection>("*/WaveCollections").First(x => x.Identifier == BattlefieldSettings.CurrentSettings.WaveCollectionIdentifier);

            RoundController.SetWaveCollection(waves.DeepClone());
        }