Files
elder-scrolls-legends/src/main/java/ch/gtache/elderscrollslegends/client/JSONDynamicText.java

7 lines
348 B
Java

package ch.gtache.elderscrollslegends.client;
public record JSONDynamicText(int Tag, AttributeMethod Method, CardAttribute CardAttribute,
PlayerAttribute PlayerAttribute, CardRareAttribute CardRareAttribute,
PlayerRareAttribute PlayerRareAttribute, HuntType HuntType, int HuntIndex) {
}