Esempio n. 1
0
 public IonCannonProperties(ScriptContext context, Actor self)
     : base(context, self)
 {
     icp = self.TraitsImplementing <IonCannonPower>().First();
 }