コード例 #1
0
 public override void add(attack_entity target)
 {
     target.add_component(this);
 }
コード例 #2
0
 public override void add(attack_entity target)
 {
     target.add_component(this);
     target.stats.init_stat("Pierce");
 }