static StaticConstructorClass()
 {
     // Cache setters
     PawnShieldGenerator.Reset();
     ScenPartUtility.SetCache();
 }
 public static void Postfix(Pawn pawn)
 {
     // Also generate shield
     PawnShieldGenerator.TryGenerateShieldFor(pawn);
 }