Example #1
0
 public WithRepairAnimation(Actor self, WithRepairAnimationInfo info)
 {
     this.info = info;
 }
 public WithRepairAnimation(Actor self, WithRepairAnimationInfo info)
 {
     this.info  = info;
     spriteBody = self.TraitOrDefault <WithSpriteBody>();
 }