コード例 #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;
     }
 }
コード例 #2
0
 public override void CompPostMake()
 {
     base.CompPostMake();
     this.exactProps = this.Props;
 }