示例#1
0
 public static void HandlePlayerLocation(C_PLAYER_LOCATION p)
 {
     if (BossGageWindowViewModel.Instance.CurrentHHphase == HarrowholdPhase.Phase1)
     {
         BossGageWindowViewModel.Instance.SelectDragon(EntitiesManager.CheckCurrentDragon(new System.Windows.Point(p.X, p.Y)));
     }
 }
 public static void HandlePlayerLocation(C_PLAYER_LOCATION p)
 {
     if (WindowManager.BossGauge.HarrowholdMode)
     {
         EntitiesManager.CheckCurrentDragon(new System.Windows.Point(p.X, p.Y));
     }
 }