Inheritance: AttackFrontalInfo
Example #1
0
 public AttackLeap(Actor self, AttackLeapInfo info)
     : base(self, info)
 {
     this.info = info;
 }
Example #2
0
 public AttackLeap(Actor self, AttackLeapInfo info)
     : base(self, info)
 {
     this.info = info;
 }