mirror of
https://gitee.com/jisol/jisol-game/
synced 2025-12-14 00:39:16 +00:00
提交完美的无头模式
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user