9
0
mirror of https://github.com/Xiao-MoMi/Custom-Nameplates.git synced 2025-12-31 12:46:31 +00:00
Files
Custom-Nameplates/src/main/java/net/momirealms/customnameplates/placeholders/DescentText.java
2023-03-29 01:37:51 +08:00

5 lines
110 B
Java

package net.momirealms.customnameplates.placeholders;
public record DescentText(String text, int ascent) {
}