public override void ExposeData() { base.ExposeData(); Scribe_Values.LookValue <int>(ref this.ticksToDetonation, "ticksToDetonation", 0, false); }
public void ExposeData() { Scribe_Values.LookValue(ref s, "Stringstring"); }