import { Reward } from "../reward"; export class OtherReward extends Reward { constructor() { super('other'); } text: string = ''; }