Example #1
0
 public RunningState(PlanetDrawer drawer)
 {
     this.Drawer   = drawer;
     this.DrawStep = 0;
 }
Example #2
0
 public PausedState(PlanetDrawer drawer)
 {
     this.Drawer   = drawer;
     this.DrawStep = 0;
 }