コード例 #1
0
ファイル: AttackLeap.cs プロジェクト: patthoyts/OpenRA
 public AttackLeap(Actor self, AttackLeapInfo info)
     : base(self, info)
 {
 }
コード例 #2
0
ファイル: AttackLeap.cs プロジェクト: xbayrockx/OpenRA
 public AttackLeap(Actor self, AttackLeapInfo info)
     : base(self, info)
 {
     this.info = info;
 }
コード例 #3
0
ファイル: AttackLeap.cs プロジェクト: Berzeger/OpenRA
		public AttackLeap(Actor self, AttackLeapInfo info)
			: base(self, info)
		{
			this.info = info;
		}
コード例 #4
0
 public AttackLeap(Actor self, AttackLeapInfo info)
     : base(self, info)
 {
 }