squidGame/tgx-games-client/assets/module_arean/scripts/BottomNode.ts

19 lines
678 B
TypeScript
Raw Normal View History

2025-02-17 21:36:37 +08:00
/************************************************************************************
* FileName : BottomNode.ts
* Description : 大厅底部节点
* Version : v1.0.0
* CreateTime : 2024-10-31 08:49:12
* Author :
* Copyright (c) since 2024
* ==============================================================
* Method Description:
*
* ==============================================================
************************************************************************************/
import { _decorator, Component } from 'cc';
const { ccclass, property } = _decorator;
@ccclass('BottomNode')
export class BottomNode extends Component {
2025-02-07 10:49:34 +08:00
}