예제 #1
0
 /// <summary>
 /// Flip method, must be called when the player forces mobile to turn to the opposite direction
 /// </summary>
 public new virtual void Flip()
 {
     base.Flip();
     MobileFlipbook.Flip();
     Crosshair?.Flip();
     Rider?.Flip();
 }