コード例 #1
0
 /// <inheritdoc/>
 public static void Postfix(ref SpawnableTeamType __result)
 {
     try
     {
         if (__result == SpawnableTeamType.NineTailedFox)
         {
             EventHandlers.CalculateChance();
         }
     }
     catch (Exception e)
     {
         Log.Error(e);
     }
 }