mirror of
https://gitee.com/jisol/jisol-game/
synced 2025-09-27 02:36:14 +00:00
更新无限模式
This commit is contained in:
@@ -88,6 +88,7 @@ export default class GFSMBase{
|
||||
|
||||
if(process.to.indexOf(next) == -1 && next != GFSMProcessEnum.Wait && next != GFSMProcessEnum.Reset){
|
||||
console.log(`[GFSM]: 流程To中没有这个流程 请检查代码`,process,next);
|
||||
return;
|
||||
}
|
||||
if(!this.process[next]) next = null;
|
||||
|
||||
|
Reference in New Issue
Block a user