12345678910111213141516171819202122 |
- import { _decorator } from 'cc';
- import { BaseZhaocha } from '../../hall/script/BaseZhaocha';
- const { ccclass, property } = _decorator;
- @ccclass('unit25')
- export class unit25 extends BaseZhaocha {
- override answerName: Array<string> = [
- "举重龙虾",
- "健身房",
- "木柴",
- "鸟",
- "水果篮",
- "食用油",
- "趴窝母鸡",
- "跳绳企鹅",
- "大锅",
- "悠闲考拉",
- "拳击袋鼠",
- "大猩猩",
- ]
- }
|