Event OnVanillaPrefabsAvailable
Event that gets fired after the vanilla prefabs are in memory and available for cloning.
Your code will execute every time before a new ObjectDB is copied (on every menu start).
If you want to execute just once you will need to unregister from the event after execution.
Namespace: Jotunn.Managers
Assembly: Jotunn.dll
Syntax
public static event Action OnVanillaPrefabsAvailable
Returns
Type | Description |
---|---|
Action |