示例#1
0
 public override void Hit(HitData hitData)
 {
     Destroy(hitData.self);
 }
 public virtual void Hit(HitData hitData)
 {
 }