コード例 #1
0
 void CammerControl(Direction direction, uint step, bool stop = false, int playerindex = 0)
 {
     try
     {
         GetPlayer(playerindex);
         ActivePlayer.CamerControl(direction, step, stop);
     }catch (Exception ex)
     {
         ShowError(ex.Message);
     }
 }