Esempio n. 1
0
 public override void ExposeData()
 {
     base.ExposeData();
     Scribe_References.Look <Pawn>(ref this.father, "father", false);
 }
 public override void ExposeData()
 {
     base.ExposeData();
     Scribe_References.Look(ref father, "father");
 }
Esempio n. 3
0
 private static void LookInternalReference <T>(ref T obj, string label, LookMode lookMode) where T : ILoadReferenceable
 {
     Scribe_References.Look(ref obj, label);
 }