Ejemplo n.º 1
0
 public void SetFacingDirection(int newFacingDirection)
 {
     this.facingDirection = newFacingDirection;
     sight.DrawFieldOfView();
 }