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