forked from External/mage
[LTR] Implement Long List of the Ents
This commit is contained in:
parent
9131e214b6
commit
579f953e8b
4 changed files with 227 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue