Ejemplo n.º 1
0
 public ParatroopersProperties(ScriptContext context, Actor self)
     : base(context, self)
 {
     pp = self.TraitsImplementing <ParatroopersPower>().First();
 }