7 lines
348 B
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) {
|
|
}
|