1package com.osroyale.content.writer.impl;
3import com.osroyale.content.writer.InterfaceWriter;
4import com.osroyale.game.world.entity.mob.player.Player;
37public class ObeliskWriter
extends InterfaceWriter {
38 private String[] text = {
40 "Level 44 Wilderness",
41 "Level 27 Wilderness",
42 "Level 35 Wilderness",
43 "Level 13 Wilderness",
44 "Level 19 Wilderness",
45 "Level 50 Wilderness",
58 public ObeliskWriter(
Player player) {
63 protected int startingIndex() {
68 protected String[] text() {
73 protected int[][] color() {
78 protected int[][] font() {