mirror of
https://github.com/NotAKidoS/NAK_CVR_Mods.git
synced 2025-09-04 07:19:22 +00:00
[BadAnimatorFix] Fixes for 2023r171
This commit is contained in:
parent
d3db894acf
commit
b20928c2b1
6 changed files with 17 additions and 40 deletions
|
@ -6,9 +6,9 @@ namespace NAK.BadAnimatorFix;
|
|||
|
||||
public static class BadAnimatorFixManager
|
||||
{
|
||||
static List<BadAnimatorFixer> _animatorFixers = new List<BadAnimatorFixer>();
|
||||
static int _currentIndex = 0;
|
||||
static float _checkInterval = 5f;
|
||||
private static List<BadAnimatorFixer> _animatorFixers = new List<BadAnimatorFixer>();
|
||||
private static int _currentIndex = 0;
|
||||
private static float _checkInterval = 5f;
|
||||
|
||||
public static void Add(BadAnimatorFixer bad)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue