public GrantUpgradeCrateAction(Actor self, GrantUpgradeCrateActionInfo info)
     : base(self, info)
 {
     this.self = self;
     this.info = info;
 }
Exemple #2
0
 public GrantUpgradeCrateAction(Actor self, GrantUpgradeCrateActionInfo info)
     : base(self, info)
 {
     this.self = self;
     this.info = info;
 }