Compare commits
1 Commits
3b175900c1
...
5fc7969adf
| Author | SHA1 | Date | |
|---|---|---|---|
|
5fc7969adf
|
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user