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,4 @@
package ch.gtache.elderscrollslegends.service.account;
public record GetAllLegalDocumentsRequest(String platform, String country, String bnetKeyPlatform) {
}