mirror of
https://gitee.com/jisol/jisol-game/
synced 2025-10-09 00:26:11 +00:00
简单PVP
This commit is contained in:
8
JisolGameCocos/assets/script/action/BaseAction.ts
Normal file
8
JisolGameCocos/assets/script/action/BaseAction.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
import Singleton from "../../../extensions/ngame/assets/ngame/util/Singleton";
|
||||
|
||||
export default abstract class BaseAction extends Singleton {
|
||||
|
||||
//初始化
|
||||
abstract onInit();
|
||||
|
||||
}
|
Reference in New Issue
Block a user