WaterKH / ReChart

Official Re:Chart GitHub Page
3 stars 2 forks source link

Online Versus Matchmaking with Friends #24

Open WaterKH opened 3 years ago

WaterKH commented 3 years ago

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