/************************************************************************************ * 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 { }