public GameModel()
 {
     rockets = new ZergRush.ReactiveCore.ReactiveCollection <Game.RocketInstance>();
     planets = new ZergRush.ReactiveCore.ReactiveCollection <Game.Planet>();
 }
Example #2
0
 public ModifiableLivableList()
 {
     collection = new ZergRush.ReactiveCore.ReactiveCollection <T>();
 }