import com.google.gson.Gson;
import com.google.gson.GsonBuilder;
import com.google.gson.JsonIOException;
import com.google.gson.JsonSyntaxException;
import com.runehive.Config;
import com.runehive.content.skill.impl.agility.obstacle.Obstacle;
import com.runehive.game.world.entity.mob.player.Player;
import com.runehive.game.world.entity.skill.Skill;
import com.runehive.game.world.items.Item;
import com.runehive.game.world.position.Position;
import java.io.*;
import java.util.HashMap;
import java.util.function.Consumer;
Go to the source code of this file.