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