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

Commit 5f3b3a6

Browse files
authored
cleanup -noci
1 parent f5bce43 commit 5f3b3a6

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

src/CSConsole/ScriptInteraction.cs

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,6 @@
77
using UnityEngine;
88
using UnityExplorer.Core.Runtime;
99

10-
/*
11-
Welcome to the UnityExplorer C# Console!
12-
Use the Help dropdown to see detailed examples of how to use this console.
13-
To see your output, use the Log panel or a Console Log window.
14-
*/
15-
1610
namespace UnityExplorer.CSConsole
1711
{
1812
public class ScriptInteraction : InteractiveBase
@@ -76,4 +70,4 @@ public static void GetClasses()
7670

7771
}
7872
}
79-
}
73+
}

0 commit comments

Comments
 (0)