From 31d56bf7f46a18e95ba1b49e9db1b3a011a44334 Mon Sep 17 00:00:00 2001 From: Natalie Adams Date: Tue, 11 May 2021 21:47:31 +0000 Subject: [PATCH] --- AxiosCommandConsole.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/AxiosCommandConsole.md b/AxiosCommandConsole.md index 1b7c81e..0150cca 100644 --- a/AxiosCommandConsole.md +++ b/AxiosCommandConsole.md @@ -53,11 +53,11 @@ Sample code: Inside of your activate method use the following code too attach to that screen: -
+```csharp
 #if WINDOWS
             GameConsole.attachConsole(this);
 #endif
-
+``` # Restricting commands