Creates all (?) endpoints

This commit is contained in:
Guillaume Tâche
2025-04-21 22:10:24 +02:00
commit 8a05f63687
263 changed files with 4821 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
package ch.gtache.elderscrollslegends.service.campaign;
import java.util.List;
public record UserActData(int actId, boolean isMastery, List<UserChapterData> chapterData) {
}