Natalie Adams 2021-05-11 21:47:31 +00:00
parent 4004a200cc
commit 31d56bf7f4

@ -53,11 +53,11 @@ Sample code:
Inside of your activate method use the following code too attach to that screen: Inside of your activate method use the following code too attach to that screen:
<pre class="brush: csharp"> ```csharp
#if WINDOWS #if WINDOWS
GameConsole.attachConsole(this); GameConsole.attachConsole(this);
#endif #endif
</pre> ```
# Restricting commands # Restricting commands