We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
JTools 是觅长生游戏的一个 Mod 工具库,提供了一系列的简化开发的工具方法。
另外,几乎所有的管理器都为 MonoBehaviour 的子类且使用了单例模式,因此可以随时通过 XXXManager.Inst 来直接访问管理器对象。
同时,管理器组件挂载在 DontDestroyOnLoad 层的 JTools 对象上,后续除非必要否则不再特殊说明。