This commit is contained in:
2025-10-18 21:39:57 +08:00
parent ed376a4825
commit cfa9e279e5
11 changed files with 237 additions and 14 deletions

View File

@@ -27,7 +27,7 @@ class StateMachine {
/**
* 静态方法:获取唯一实例
* @function
* @returns {table}
* @returns {StateMachine}
*/
function GetInstance() {
if (!getroottable().rawin("__StateMachine__")) {