interface RawBestiaryIsland {
    mobs: RawBestiaryMob[];
    name: string;
}

Properties

Properties

name: string