mirror of
https://github.com/Melledy/Nebula.git
synced 2025-12-22 01:05:26 +01:00
Initial Commit
This commit is contained in:
12
src/main/java/emu/nebula/game/story/StoryManager.java
Normal file
12
src/main/java/emu/nebula/game/story/StoryManager.java
Normal file
@@ -0,0 +1,12 @@
|
||||
package emu.nebula.game.story;
|
||||
|
||||
import dev.morphia.annotations.Entity;
|
||||
import emu.nebula.database.GameDatabaseObject;
|
||||
import emu.nebula.game.player.PlayerManager;
|
||||
import lombok.Getter;
|
||||
|
||||
@Getter
|
||||
@Entity(value = "story", useDiscriminator = false)
|
||||
public class StoryManager extends PlayerManager implements GameDatabaseObject {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user