Exemplo n.º 1
0
 public RunningState(PlanetDrawer drawer)
 {
     this.Drawer   = drawer;
     this.DrawStep = 0;
 }
Exemplo n.º 2
0
 public PausedState(PlanetDrawer drawer)
 {
     this.Drawer   = drawer;
     this.DrawStep = 0;
 }