diff --git a/SVSim.EmulatedEntrypoint/Services/StoryService.cs b/SVSim.EmulatedEntrypoint/Services/StoryService.cs index fefad98..b6b62f7 100644 --- a/SVSim.EmulatedEntrypoint/Services/StoryService.cs +++ b/SVSim.EmulatedEntrypoint/Services/StoryService.cs @@ -430,6 +430,7 @@ public class StoryService : IStoryService DeckFormat = d.DeckFormat ?? 0, IsRecommend = d.IsRecommend, }; + public async Task StartAsync(StoryApiType apiType, int[] storyIds, long viewerId) { var resp = new StartResponse();