Пример #1
0
 public SupportPowerChargeBar(Actor self, SupportPowerChargeBarInfo info)
 {
     this.self = self;
     this.info = info;
 }
 public SupportPowerChargeBar(Actor self, SupportPowerChargeBarInfo info)
 {
     this.self = self;
     this.info = info;
     spm       = self.Owner.PlayerActor.Trait <SupportPowerManager>();
 }
Пример #3
0
 public SupportPowerChargeBar(Actor self, SupportPowerChargeBarInfo info)
 {
     this.self = self;
     this.info = info;
     spm = self.Owner.PlayerActor.Trait<SupportPowerManager>();
 }