mirror of
https://gitee.com/jisol/jisol-game/
synced 2025-09-27 10:46:17 +00:00
我也不知道在做什么 反正做的东西不少....
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
import { _decorator, Component, Node } from 'cc';
|
||||
import { JNGLayerBase } from '../../../components/JNComponent';
|
||||
const { ccclass, property } = _decorator;
|
||||
|
||||
@ccclass('MainOnHookView')
|
||||
export class MainOnHookView extends JNGLayerBase {
|
||||
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user