| 123456789101112131415161718192021222324252627282930313233343536 |
- /*
- * @Author: mojunshou 1637302775@qq.com
- * @Date: 2025-03-21 15:03:37
- * @LastEditors: mojunshou 1637302775@qq.com
- * @LastEditTime: 2025-04-10 11:26:51
- * @Description: 微信提现到零钱,需要有一个动画展示步骤
- */
- import { _decorator } from 'cc';
- import { GameComponent } from "db://oops-framework/module/common/GameComponent";
- const { ccclass, property } = _decorator;
- /** 显示对象控制 */
- @ccclass('CashWithdrawalView')
- export class CashWithdrawalView extends GameComponent {
- protected start() {
- }
- /**
- *
- *
- *
- *
- *
- *
- * list[
- *
- *
- *
- *
- *
- *
- * ]
- */
- }
|