private void CreateVerbs() { if ((int)this.pawn.RaceProps.intelligence >= 1) { UniqueIDsManager uniqueIDsManager = Find.UniqueIDsManager; this.beatFireVerb = new Verb_BeatFire(); if (!this.pawn.RaceProps.IsMechanoid) { this.igniteVerb = new Verb_Ignite(); } this.UpdateVerbsLinksAndProps(); } }
public int GetNextJobID() { return(UniqueIDsManager.GetNextID(ref this.nextJobID)); }
public int GetNextAncientCryptosleepCasketGroupID() { return(UniqueIDsManager.GetNextID(ref this.nextAncientCryptosleepCasketGroupID)); }
public int GetNextTransporterGroupID() { return(UniqueIDsManager.GetNextID(ref this.nextTransporterGroupID)); }
public int GetNextWorldObjectID() { return(UniqueIDsManager.GetNextID(ref this.nextWorldObjectID)); }
public int GetNextPassingShipID() { return(UniqueIDsManager.GetNextID(ref this.nextPassingShipID)); }
public int GetNextSignalTagID() { return(UniqueIDsManager.GetNextID(ref this.nextSignalTagID)); }
public int GetNextArchivedDialogID() { return(UniqueIDsManager.GetNextID(ref this.nextArchivedDialogID)); }