コード例 #1
0
 private void OnMouseEnter()
 {
     if (_targetManager.TargetingModeActive)
     {
         _targetManager.CheckTarget(this);
     }
 }