/// <summary> /// Determines whether this instance can transform the specified race definition. /// </summary> /// <param name="raceDef">The race definition.</param> /// <returns> /// <c>true</c> if this instance can transform the specified race definition; otherwise, <c>false</c>. /// </returns> public bool CanTransform(ThingDef raceDef) { return(MutagenCached.CanTransform(raceDef)); }
/// <summary> Determines whether this instance can transform the specified pawn. </summary> /// <param name="pawn"> The pawn. </param> /// <returns> <c>true</c> if this instance can transform the specified pawn; otherwise, <c>false</c>. </returns> public bool CanTransform(Pawn pawn) { return(MutagenCached.CanTransform(pawn)); }