This commit is contained in:
2022-05-08 00:40:11 +04:00
parent 02160f8b33
commit 6d60df5c01
19 changed files with 462 additions and 265 deletions
+2
View File
@@ -1,3 +1,4 @@
using System.Runtime.InteropServices;
using Ragon.Core;
namespace Game.Source
@@ -7,6 +8,7 @@ namespace Game.Source
public string PluginName { get; set; } = "ExamplePlugin";
public PluginBase CreatePlugin(string map)
{
return new ExamplePlugin();
}