12345678910111213141516171819202122 |
- import { _decorator } from 'cc';
- import { BaseZhaocha } from '../../hall/script/BaseZhaocha';
- const { ccclass, property } = _decorator;
- @ccclass('unit72')
- export class unit72 extends BaseZhaocha {
- override answerName: Array<string> = [
- "泳镜",
- "电线杠",
- "口罩",
- "爱心",
- "口红",
- "纸巾",
- "步枪",
- "胶鞋",
- "脐钉",
- "尼龙手套",
- "led项链",
- "对讲机",
- ]
- }
|