Continues implementation
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package ch.gtache.elderscrollslegends.client;
|
||||
|
||||
import com.fasterxml.jackson.annotation.JsonAlias;
|
||||
|
||||
public record JSONSelector(SelectorCheck Check, SubtypeName SubtypeName, boolean TestSubtypesOfDouble,
|
||||
@JsonAlias("$type") String Type) {
|
||||
}
|
||||
Reference in New Issue
Block a user