-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Methods worth looking into:
Network Manager:
public bool JoinRandomOrCreateRoom(SearchParam searchParam, string createRoomName, PlayerProfile userProfile, uint[] musicArray); // 0x0000000180F9A0C0-0x0000000180F9A290
public bool CreateRoom(SearchParam searchParam, string createRoomName, PlayerProfile userProfile, uint[] musicArray); // 0x0000000180F9A290-0x0000000180F9A2B0
public bool SearchRooms(SearchParam searchParam, PlayerProfile userProfile, uint[] musicArray); // 0x0000000180F9A2B0-0x0000000180F9A2D0
public bool JoinRoom(uint joinNum, PlayerProfile userProfile, uint[] musicArray); // 0x0000000180F9A2B0-0x0000000180F9A2D0
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request