[LTR] Implement Long List of the Ents

This commit is contained in:
theelk801 2023-05-31 22:56:52 -04:00
parent 9131e214b6
commit 579f953e8b
4 changed files with 227 additions and 1 deletions

View file

@ -7,7 +7,9 @@ public enum SagaChapter {
CHAPTER_I(1, "I"),
CHAPTER_II(2, "II"),
CHAPTER_III(3, "III"),
CHAPTER_IV(4, "IV");
CHAPTER_IV(4, "IV"),
CHAPTER_V(5, "V"),
CHAPTER_VI(6, "VI");
private final String text;
private final int number;