Compare commits

..

1 Commits

Author SHA1 Message Date
5fc7969adf Hotfix - Update API 2025-09-29 00:24:20 +02:00

View File

@@ -38,6 +38,8 @@ public interface IMareHubClient : IMareHub
void OnUserChatMsg(Action<UserChatMsgDto> chatMsgDto);
void OnUserTypingState(Action<TypingStateDto> act);
void OnUserReceiveCharacterData(Action<OnlineUserCharaDataDto> act);
void OnUserReceiveUploadStatus(Action<UserDto> act);
@@ -59,4 +61,4 @@ public interface IMareHubClient : IMareHub
void OnGposeLobbyPushCharacterData(Action<CharaDataDownloadDto> act);
void OnGposeLobbyPushPoseData(Action<UserData, PoseData> act);
void OnGposeLobbyPushWorldData(Action<UserData, WorldData> act);
}
}