Exemplo n.º 1
0
            public static void Postfix(int cell)
            {
                if (CritterPathingPatches.config.TreatDefaultDoorsAsCritterProof)
                {
                    return;
                }

                CritterPathingPatches.RemoveDebugCells(cell);
            }
Exemplo n.º 2
0
 public static void Prefix() => CritterPathingPatches.SetupDoorConfigs();