refactor: merged NpcStorage and AetherMudStorage.
Showing
- src/main/java/com/syncleus/aethermud/Main.java 1 addition, 1 deletionsrc/main/java/com/syncleus/aethermud/Main.java
- src/main/java/com/syncleus/aethermud/command/commands/admin/LoadNpcCommand.java 2 additions, 2 deletions...leus/aethermud/command/commands/admin/LoadNpcCommand.java
- src/main/java/com/syncleus/aethermud/command/commands/admin/SpawnCommand.java 1 addition, 1 deletion...ncleus/aethermud/command/commands/admin/SpawnCommand.java
- src/main/java/com/syncleus/aethermud/configuration/ConfigureNpc.java 1 addition, 1 deletion...va/com/syncleus/aethermud/configuration/ConfigureNpc.java
- src/main/java/com/syncleus/aethermud/core/GameManager.java 0 additions, 7 deletionssrc/main/java/com/syncleus/aethermud/core/GameManager.java
- src/main/java/com/syncleus/aethermud/storage/AetherMudStorage.java 10 additions, 0 deletions...java/com/syncleus/aethermud/storage/AetherMudStorage.java
- src/main/java/com/syncleus/aethermud/storage/ItemStorage.java 1 addition, 1 deletion...main/java/com/syncleus/aethermud/storage/ItemStorage.java
- src/main/java/com/syncleus/aethermud/storage/NpcStorage.java 0 additions, 28 deletionssrc/main/java/com/syncleus/aethermud/storage/NpcStorage.java
- src/main/java/com/syncleus/aethermud/storage/graphdb/GraphDbAetherMudStorage.java 28 additions, 4 deletions...us/aethermud/storage/graphdb/GraphDbAetherMudStorage.java
- src/main/java/com/syncleus/aethermud/storage/graphdb/GraphDbNpcStorage.java 0 additions, 65 deletions...syncleus/aethermud/storage/graphdb/GraphDbNpcStorage.java
- src/test/java/com/syncleus/aethermud/common/ColorizedTextTemplateTest.java 3 additions, 3 deletions.../syncleus/aethermud/common/ColorizedTextTemplateTest.java
- src/test/java/com/syncleus/aethermud/player/PlayerManagerTest.java 1 addition, 1 deletion...java/com/syncleus/aethermud/player/PlayerManagerTest.java
- src/test/java/com/syncleus/aethermud/player/combatsimuation/NpcTestHarness.java 7 additions, 7 deletions...leus/aethermud/player/combatsimuation/NpcTestHarness.java
Loading
Please register or sign in to comment