コード例 #1
0
 static StaticConstructorClass()
 {
     // Cache setters
     PawnShieldGenerator.Reset();
     ScenPartUtility.SetCache();
 }
コード例 #2
0
 public static void Postfix(Pawn pawn)
 {
     // Also generate shield
     PawnShieldGenerator.TryGenerateShieldFor(pawn);
 }