public static void Load() { #if SN1 foreach (KeyValuePair <TechType, WaterParkCreatureParameters> pair in CreatureParameters) { try { WaterParkCreature.waterParkCreatureParameters[pair.Key] = pair.Value; } catch (Exception e) { Logger.Log(Logger.Level.Debug, $"Failed to add {pair.Key} into the Aquarium Database.", e); } } #endif Placeholder.Awake(); }