mirror of
https://gitee.com/jisol/jisol-game/
synced 2025-11-08 07:16:08 +00:00
提交新手引导
This commit is contained in:
11
JisolGameCocos/assets/script/data/BaseData.ts
Normal file
11
JisolGameCocos/assets/script/data/BaseData.ts
Normal file
@@ -0,0 +1,11 @@
|
||||
import Singleton from "../../../extensions/ngame/assets/ngame/util/Singleton";
|
||||
|
||||
|
||||
//数据基类
|
||||
export default abstract class BaseData extends Singleton {
|
||||
|
||||
//初始化
|
||||
abstract onInit();
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user