added friends' neko to scene page
This commit is contained in:
@@ -12,7 +12,10 @@ use crate::{
|
||||
},
|
||||
interaction::{InteractionDeliveryFailedDto, InteractionPayloadDto},
|
||||
},
|
||||
services::{cursor::CursorPositions, friend_cursor::FriendCursorPositionsDto},
|
||||
services::{
|
||||
cursor::CursorPositions, friend_active_doll_sprite::FriendActiveDollSpritesDto,
|
||||
friend_cursor::FriendCursorPositionsDto,
|
||||
},
|
||||
};
|
||||
|
||||
#[derive(Debug, Clone, Serialize, Deserialize, Type, Event)]
|
||||
@@ -59,6 +62,10 @@ pub struct FriendDisconnected(pub FriendDisconnectedPayload);
|
||||
#[tauri_specta(event_name = "friend-active-doll-changed")]
|
||||
pub struct FriendActiveDollChanged(pub FriendActiveDollChangedPayload);
|
||||
|
||||
#[derive(Debug, Clone, Serialize, Deserialize, Type, Event)]
|
||||
#[tauri_specta(event_name = "friend-active-doll-sprites-updated")]
|
||||
pub struct FriendActiveDollSpritesUpdated(pub FriendActiveDollSpritesDto);
|
||||
|
||||
#[derive(Debug, Clone, Serialize, Deserialize, Type, Event)]
|
||||
#[tauri_specta(event_name = "friend-user-status")]
|
||||
pub struct FriendUserStatusChanged(pub FriendUserStatusPayload);
|
||||
|
||||
Reference in New Issue
Block a user