Esempio n. 1
0
 public ShroomMovingUpState(RedShroom shroom)
 {
     this.shroom = shroom;
 }
Esempio n. 2
0
 public ShroomMovingLeftState(RedShroom shroom)
 {
     this.shroom = shroom;
     shroom.GameObjectPhysics.MoveMaxSpeed(Side.Left);
 }