public override void CompExposeData() { base.CompExposeData(); Scribe_Values.Look <int>(ref this.healTick, "healTick"); if (Scribe.mode == LoadSaveMode.PostLoadInit) { this.exactProps = this.Props; } }
public override void CompPostMake() { base.CompPostMake(); this.exactProps = this.Props; }