Creates all (?) endpoints
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
package ch.gtache.elderscrollslegends.service.campaign;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
public record UserActData(int actId, boolean isMastery, List<UserChapterData> chapterData) {
|
||||
}
|
||||
Reference in New Issue
Block a user