mirror of
https://github.com/aharabada/glitchy-engine-beef.git
synced 2026-09-06 05:01:53 +00:00
Updated Template for new dotnet runtime
- Added Submodule 'Xml-Beef' - Use .slnx as solution-file - Automatically set correct path to ScriptCore in Project files
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
using System;
|
||||
using GlitchyEngine.Scripting;
|
||||
using System.Diagnostics;
|
||||
using System.IO;
|
||||
|
||||
namespace GlitchyEngine.Test.Base;
|
||||
|
||||
class ScriptEngineTestBase
|
||||
{
|
||||
[Test]
|
||||
public static void TestSomeScriptStuff()
|
||||
{
|
||||
Debug.WriteLine(Directory.GetCurrentDirectory(.. scope .()));
|
||||
|
||||
ScriptEngine.Init();
|
||||
|
||||
|
||||
|
||||
ScriptEngine.Shutdown();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user