|
RuneHive-Game
|
import com.google.gson.reflect.TypeToken;import com.runehive.game.world.entity.mob.player.Player;import com.runehive.util.GsonUtils;import java.io.FileReader;import java.lang.reflect.Type;import java.nio.file.Files;import java.nio.file.Path;import java.nio.file.StandardCopyOption;import java.util.ArrayList;import java.util.HashMap;import java.util.List;import java.util.Map;Go to the source code of this file.
Classes | |
| class | com.runehive.game.world.entity.mob.player.profile.ProfileRepository |
| Handles the profile repository, used for gathering important information for all created profiles. More... | |
Packages | |
| package | com.runehive.game.world.entity.mob.player.profile |