コード例 #1
0
 public override bool IsAttackTarget(MonsterObject attacker)
 {
     return(Parent.IsAttackTarget(attacker));
 }