void MakeInstance()
 {
     if (instance == null)
     {
         instance = this;
     }
 }
示例#2
0
 private static void Postfix(MainMenuAnimationsController __instance)
 => __instance.FadeOutAnimator.Update(float.MaxValue);