Ejemplo n.º 1
0
 public Production(ProductionInfo info)
 {
     Info = info;
 }
Ejemplo n.º 2
0
 public Production(ProductionInfo info, Actor self)
 {
     Info = info;
     rp   = Exts.Lazy(() => self.IsDead() ? null : self.TraitOrDefault <RallyPoint>());
 }