initial plugin before git init
This commit is contained in:
9
obj/Debug/netstandard2.1/MyPluginInfo.cs
Normal file
9
obj/Debug/netstandard2.1/MyPluginInfo.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace LaunchConfirm
|
||||
{
|
||||
public static class MyPluginInfo
|
||||
{
|
||||
public const string PLUGIN_GUID = "HerpieDerpiee.LaunchConfirm";
|
||||
public const string PLUGIN_NAME = "LaunchConfirm";
|
||||
public const string PLUGIN_VERSION = "1.0.0";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user