cleanup -noci

This commit is contained in:
Sinai 2021-07-07 23:21:40 +10:00 committed by GitHub
parent f5bce439cb
commit 5f3b3a6870
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,12 +7,6 @@ using System.Text;
using UnityEngine;
using UnityExplorer.Core.Runtime;
/*
Welcome to the UnityExplorer C# Console!
Use the Help dropdown to see detailed examples of how to use this console.
To see your output, use the Log panel or a Console Log window.
*/
namespace UnityExplorer.CSConsole
{
public class ScriptInteraction : InteractiveBase
@ -76,4 +70,4 @@ namespace UnityExplorer.CSConsole
}
}
}
}