模式状态机

This commit is contained in:
PC-20230316NUNE\Administrator
2023-11-03 19:01:58 +08:00
parent ca5fa0cc92
commit 2eca21dab1
4 changed files with 115 additions and 11 deletions

View File

@@ -17,7 +17,7 @@ export class WorldCanvas extends Component {
@property([Prefab])
prefabs:Prefab[] = [];
index:number = 0;
index:number = 1;
async onLoad(){