暂时移除MODMaker

This commit is contained in:
ZouJin 2024-03-21 22:01:15 +08:00
parent ac5ebea4c8
commit 6669a527ef

View File

@ -24,7 +24,7 @@ namespace VPet_Simulator.Windows
/// <summary>
/// 自动启用MOD名称
/// </summary>
public static readonly string[] OnModDefList = new string[] { "Core", "PCat", "ModMaker" };
public static readonly string[] OnModDefList = new string[] { "Core", "PCat", };//"ModMaker" 暂时移除MODMaker
public static HashSet<string> LoadedDLL { get; } = new HashSet<string>()
{