Reversed alt1 for LR paths

This commit is contained in:
Willem Cazander 2022-02-12 19:04:12 +01:00
parent 6112baf429
commit 981193e5d1

View file

@ -11,16 +11,16 @@ import love.distributedrebirth.bassboonyd.BãßBȍőnClassInfoʸᴰ;
@BãßBȍőnPartAlt2Infoʸᴰ(name = "Tone Letter RL", website = "https://en.wikipedia.org/wiki/Tone_letter") @BãßBȍőnPartAlt2Infoʸᴰ(name = "Tone Letter RL", website = "https://en.wikipedia.org/wiki/Tone_letter")
public enum T10PartDecimal implements BãßBȍőnPartAlt2ʸᴰ<T10PartDecimal> { public enum T10PartDecimal implements BãßBȍőnPartAlt2ʸᴰ<T10PartDecimal> {
PART_1 ("˥","","zero", "˥",""), PART_1 ("˥","","zero", "",""),
PART_2 ("˦","","one", "˦",""), PART_2 ("˦","","one", "",""),
PART_3 ("˧","","two", "˧",""), PART_3 ("˧","","two", "",""),
PART_4 ("˨","","three","˨",""), PART_4 ("˨","","three","",""),
PART_5 ("˩","","four", "˩",""), PART_5 ("˩","","four", "",""),
PART_6 ("","","five", "",""), PART_6 ("","","five", "˥",""),
PART_7 ("","","six", "",""), PART_7 ("","","six", "˦",""),
PART_8 ("","","seven","",""), PART_8 ("","","seven","˧",""),
PART_9 ("","","eight","",""), PART_9 ("","","eight","˨",""),
PART_10("","","nine", "",""), PART_10("","","nine", "˩",""),
; ;
private final BãßBȍőnCoffinOpenʸᴰ<BãßBȍőnPartKeyʸᴰ> BBC = BãßBȍőnCoffinOpenʸᴰ.newInstance(); private final BãßBȍőnCoffinOpenʸᴰ<BãßBȍőnPartKeyʸᴰ> BBC = BãßBȍőnCoffinOpenʸᴰ.newInstance();