mirror of
https://github.com/NotAKidoS/NAK_CVR_Mods.git
synced 2025-09-02 14:29:25 +00:00
wasd
This commit is contained in:
parent
38445efae3
commit
7b5ad71060
4 changed files with 21 additions and 1 deletions
|
@ -22,6 +22,11 @@ public static class BadAnimatorFixManager
|
|||
badAnimatorFixes.Remove(bad);
|
||||
}
|
||||
|
||||
public static void OnPlayerLoaded()
|
||||
{
|
||||
ToggleJob(BadAnimatorFixMod.EntryEnabled.Value);
|
||||
}
|
||||
|
||||
public static void OnSceneInitialized(string sceneName)
|
||||
{
|
||||
// Get all the animators in the loaded world
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue