mirror of
https://github.com/aharabada/glitchy-engine-beef.git
synced 2026-09-06 05:01:53 +00:00
Added Mono for C# scripting
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
using System;
|
||||
|
||||
namespace Mono.Metadata;
|
||||
|
||||
class Assembly
|
||||
{
|
||||
[LinkName(.C)]
|
||||
public static extern void mono_set_assemblies_path(char8* path);
|
||||
}
|
||||
Reference in New Issue
Block a user