We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14b3fd1 commit 037d08bCopy full SHA for 037d08b
1 file changed
InscryptionAPI/AscensionScreens/AscensionScreenManager.cs
@@ -16,12 +16,7 @@ public static class AscensionScreenManager
16
17
internal const int CUSTOM_SCREEN_START = 100;
18
19
- private static string challengeScreenHoverText = "START RUN";
20
-
21
- public static void AdvanceScreenQueue(bool forward=true)
22
- {
23
24
- }
+ private static string challengeScreenHoverText = "START RUN";
25
26
public static void RegisterScreen<T>() where T : AscensionRunSetupScreenBase
27
{
0 commit comments