OSDN Git Service

Merge branch 'feature/37178_プロジェクトとソリューションファイルの英語化' into develop
[dtxmania/dtxmania.git] / DTXMania / コード / 全体 / STPlugin.cs
diff --git a/DTXMania/コード/全体/STPlugin.cs b/DTXMania/コード/全体/STPlugin.cs
new file mode 100644 (file)
index 0000000..6fb5eff
--- /dev/null
@@ -0,0 +1,16 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+
+namespace DTXMania
+{
+       public struct STPlugin
+       {
+               public IPluginActivity plugin;
+               public string strプラグインフォルダ;
+               public string strアセンブリ簡易名;
+               public Version Version;
+       }
+}