Inheritance: OpenRA.Traits.SupportPowerInfo
Esempio n. 1
0
		public GrantUpgradePower(Actor self, GrantUpgradePowerInfo info)
			: base(self, info)
		{
			this.info = info;
		}
Esempio n. 2
0
 public GrantUpgradePower(Actor self, GrantUpgradePowerInfo info)
     : base(self, info)
 {
     this.info = info;
 }