mirror of
https://github.com/YuzuZensai/VRC-Circle.git
synced 2026-09-13 19:08:52 +00:00
✨ feat: Implement VRChat protocol handling for macOS
This commit is contained in:
@@ -143,6 +143,7 @@ export interface IpcEvents {
|
||||
"group:upsert": Group;
|
||||
"world:favoriteFolders": { userId: string; folders: FavoriteWorldFolder[]; done: boolean };
|
||||
"game:changed": GameStatus;
|
||||
"instance:open": { worldId: string; instanceId: string; location: string };
|
||||
"gallery:added": Photo;
|
||||
"debug:log": LogEntry;
|
||||
"debug:cache": CacheUpdate;
|
||||
|
||||
Reference in New Issue
Block a user