using System; namespace Sog { public interface IScriptHotfixCheck { /// /// hotfix 检查 /// string GetCheckString(); } }