コード例 #1
0
ファイル: Setup.cs プロジェクト: ophilbinbriscoe/BoldTween
        static Setup()
        {
            installer = new Installer(Constants.PLUGIN_NAME, Constants.SCRIPTING_DEFINE, new System.Version(Constants.VERSION));

            installer.Auto();
        }