提交完美的无头模式

This commit is contained in:
PC-20230316NUNE\Administrator
2023-11-22 17:46:08 +08:00
parent 7389f6d716
commit f890be0728
17 changed files with 975 additions and 175 deletions

View File

@@ -37,8 +37,8 @@ export default class GBaseMode<T,DT> extends GObject<T> {
}
//结束场景
Close(){
GBattleModeManager.getIns().Close();
Close(data?:any){
GBattleModeManager.getIns().Close(data);
}
onSyncUpdate(dt: number,frame:JNFrameInfo, input?: T) {