Example #1
0
        static bool Prefix()
        {
            if (rerolling)
            {
                return(false);
            }

            rerolling = true;
            RandomSettings.ResetRerollCounter();
            return(true);
        }
Example #2
0
 static void Prefix()
 {
     RandomSettings.ResetRerollCounter();
 }
Example #3
0
 static void Postfix()
 {
     RandomSettings.Init();
     RandomSettings.ResetRerollCounter();
 }