mirror of
https://github.com/Xiao-MoMi/Custom-Nameplates.git
synced 2025-12-31 12:46:31 +00:00
5 lines
110 B
Java
5 lines
110 B
Java
package net.momirealms.customnameplates.placeholders;
|
|
|
|
public record DescentText(String text, int ascent) {
|
|
}
|