Пример #1
0
 public ShroomMovingUpState(RedShroom shroom)
 {
     this.shroom = shroom;
 }
Пример #2
0
 public ShroomMovingLeftState(RedShroom shroom)
 {
     this.shroom = shroom;
     shroom.GameObjectPhysics.MoveMaxSpeed(Side.Left);
 }