Inheritance: OpenRA.Traits.SupportPowerInfo
コード例 #1
0
ファイル: GrantUpgradePower.cs プロジェクト: Roger-luo/OpenRA
		public GrantUpgradePower(Actor self, GrantUpgradePowerInfo info)
			: base(self, info)
		{
			this.info = info;
		}
コード例 #2
0
 public GrantUpgradePower(Actor self, GrantUpgradePowerInfo info)
     : base(self, info)
 {
     this.info = info;
 }