コード例 #1
0
 public void RemoveAttackIndicator(GameObject attackObject)
 {
     playerUIScript.RemoveAttackInRange(attackObject.transform);
 }