This commit is contained in:
@@ -11,7 +11,7 @@ using UnityEngine;
|
||||
|
||||
public static class ShrinkExternalModTemplateGenerator
|
||||
{
|
||||
private const string GenerateMenuPath = "ShrinkSDK/Mod/生成外部模组模板";
|
||||
private const string GenerateMenuPath = "ShrinkSDK/模组/生成外部模板";
|
||||
private const string TemplateRelativePath = "Assets/Modules/ShrinkModFramework/Editor/Scaffolding/ExternalModProjectTemplate";
|
||||
private const string DefaultGeneratedModsRelativePath = "GeneratedMods";
|
||||
private const string TemplateStampFileName = ".shrink-mod-template.json";
|
||||
|
||||
@@ -10,7 +10,7 @@ using UnityEngine;
|
||||
|
||||
public static class ShrinkInRepoModTemplateGenerator
|
||||
{
|
||||
private const string GenerateMenuPath = "ShrinkSDK/Mod/生成仓库内模组模板(推荐)";
|
||||
private const string GenerateMenuPath = "ShrinkSDK/模组/生成仓库内模板(推荐)";
|
||||
private const string TemplateRelativePath = "Assets/Modules/ShrinkModFramework/Editor/Scaffolding/InRepoModTemplate";
|
||||
private const string DefaultOutputRootRelativePath = "Assets/GeneratedMods";
|
||||
private const string TemplateStampFileName = ".shrink-inrepo-mod-template.json";
|
||||
|
||||
@@ -11,7 +11,7 @@ using UnityEngine;
|
||||
|
||||
public static class ShrinkModSdkExporter
|
||||
{
|
||||
private const string ExportMenuPath = "ShrinkSDK/Mod/导出 Mod SDK 开发包";
|
||||
private const string ExportMenuPath = "ShrinkSDK/模组/导出开发包";
|
||||
private const string DefaultOutputRootRelativePath = "GeneratedModSdk";
|
||||
private const string StampFileName = ".shrink-mod-sdk.json";
|
||||
private const string TemplateProjectName = "SampleShrinkMod";
|
||||
|
||||
Reference in New Issue
Block a user