Пример #1
0
 private void _init(IMainObjectsSource mainObjectsSource)
 {
     _mainObjectsSource = mainObjectsSource;
 }
Пример #2
0
 private void _init(ISpawner spawner, IMainObjectsSource mainObjectsSource)
 {
     _spawner           = spawner;
     _mainObjectsSource = mainObjectsSource;
 }
Пример #3
0
 public GameStage(IGameScore gameScore, ISpawner spawner, IMainObjectsSource mainObjectsSource)
 {
     _gameScore         = gameScore;
     _spawner           = spawner;
     _mainObjectsSource = mainObjectsSource;
 }