Inheritance: AttackFrontalInfo
コード例 #1
0
ファイル: AttackLeap.cs プロジェクト: rhamilton1415/OpenRA
 public AttackLeap(Actor self, AttackLeapInfo info)
     : base(self, info)
 {
     this.info = info;
 }
コード例 #2
0
ファイル: AttackLeap.cs プロジェクト: anvilvapre/OpenRAmg
 public AttackLeap(Actor self, AttackLeapInfo info)
     : base(self, info)
 {
     this.info = info;
 }