示例#1
0
 public void Right()
 {
     //Facing = true;
     if (!HasDied)
     {
         ActionState.GoRight();
     }
 }