Beispiel #1
0
 public override void Initialize(CompProperties props)
 {
     base.Initialize(props);
     Props = (CompProperties_Sheath)this.props;
 }
Beispiel #2
0
 public override void PostSpawnSetup(bool respawningAfterLoad)
 {
     base.PostSpawnSetup(respawningAfterLoad);
     Props = (CompProperties_Sheath)props;
 }
Beispiel #3
0
 public override void PostExposeData()
 {
     base.PostExposeData();
     Props = (CompProperties_Sheath)props;
 }