wip
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user