12345678910111213141516171819202122 |
- import { _decorator } from 'cc';
- import { BaseZhaocha } from '../../hall/script/BaseZhaocha';
- const { ccclass, property } = _decorator;
- @ccclass('unit55')
- export class unit55 extends BaseZhaocha {
- override answerName: Array<string> = [
- "现代沙发",
- "led灯",
- "口红",
- "体重秤",
- "化妆品",
- "铲雪车",
- "相框",
- "游戏手柄",
- "方便面",
- "薯片",
- "酒精灯",
- "矿泉水",
- ]
- }
|