Beispiel #1
0
 //not compatible with PointNBuild mode
 void OnMouseEnter()
 {
     if (UIUtilities.IsCursorOnUI())
     {
         return;
     }
     BuildManager.ShowIndicator(this);
 }
Beispiel #2
0
 //not compatible with PointNBuild mode
 void OnMouseEnter()
 {
     if (UIUtilities.IsCursorOnUI())
     {
         return;
     }
     if (AbilityManager.InTargetSelectMode())
     {
         return;
     }
     BuildManager.ShowIndicator(this);
 }