public override void Initialize(CompProperties props) { base.Initialize(props); Props = (CompProperties_Sheath)this.props; }
public override void PostSpawnSetup(bool respawningAfterLoad) { base.PostSpawnSetup(respawningAfterLoad); Props = (CompProperties_Sheath)props; }
public override void PostExposeData() { base.PostExposeData(); Props = (CompProperties_Sheath)props; }