namespace Wizard; public class GatheringChatApiSettings : IChatApiSettings { public ApiType.Type ApiChatMessages => ApiType.Type.GatheringChatMessages; public ApiType.Type ApiChatPost => ApiType.Type.GatheringChatPost; public ApiType.Type ApiChatAddReplay => ApiType.Type.GatheringChatAddReplay; public ApiType.Type ApiChatReplayDetail => ApiType.Type.GatheringChatReplayDetail; public ApiType.Type ApiChatAddDeck => ApiType.Type.GatheringChatAddDeck; public ApiType.Type ApiChatDeleteDeck => ApiType.Type.GatheringChatDeleteDeck; public ApiType.Type ApiChatDeckLog => ApiType.Type.GatheringChatDeckLog; }