12345678910111213141516171819202122 |
- import { _decorator } from 'cc';
- import { BaseZhaocha } from '../../hall/script/BaseZhaocha';
- const { ccclass, property } = _decorator;
- @ccclass('unit75')
- export class unit75 extends BaseZhaocha {
- override answerName: Array<string> = [
- "吃货直播",
- "床头灯",
- "创口贴",
- "电风扇",
- "氛围灯",
- "汉堡",
- "化妆桌",
- "加湿器",
- "烤牛排",
- "情趣香氛",
- "扫地机",
- "午餐肉",
- ]
- }
|