/// <summary> /// Applied after OnPrefabInit runs. /// </summary> internal static void Postfix() { PUtil.LogDebug("Creating DecorCellManager"); DecorCellManager.CreateInstance(); ImaginationLoader.IsFinalDestination(); }
internal static void SetupDecor() { DecorCellManager.CreateInstance(); ImaginationLoader.IsFinalDestination(); PUtil.LogDebug("Created DecorCellManager"); }