Skip to content
This repository was archived by the owner on May 9, 2023. It is now read-only.

Commit 9115224

Browse files
committed
Clarify "Classes" help in C# Console
1 parent d5d1841 commit 9115224

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/CSConsole/ConsoleController.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,6 @@ public static void Init()
104104
}
105105
}
106106

107-
108107
#region UI Listeners and options
109108

110109
// TODO save
@@ -659,7 +658,7 @@ public static void HelpSelected(int index)
659658
// You can soft-overwrite a class by compiling it again with the same name. The old class will still technically exist in memory.
660659
661660
// Compiled classes can be accessed from both inside and outside this console.
662-
// Note: in IL2CPP, injecting these classes with ClassInjector may crash the game!
661+
// Note: in IL2CPP, you must declare a Namespace to inject these classes with ClassInjector or it will crash the game.
663662
664663
public class HelloWorld
665664
{

0 commit comments

Comments
 (0)