Creates all (?) endpoints
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
package ch.gtache.elderscrollslegends.service.campaign;
|
||||
|
||||
public record UserChapterEventData(int chapterEventId, int chapterId, boolean isComplete,
|
||||
UserCampaignChoice introChoice,
|
||||
UserCampaignChoice endingChoice) {
|
||||
}
|
||||
Reference in New Issue
Block a user