mirror of
https://github.com/BeamMP/BeamMP-Launcher.git
synced 2026-04-09 09:16:09 +00:00
add playing state
This commit is contained in:
@@ -34,6 +34,7 @@ private:
|
||||
void handle_authentication(const bmp::Packet& packet);
|
||||
void handle_mod_download(const bmp::Packet& packet);
|
||||
void handle_session_setup(const bmp::Packet& packet);
|
||||
void handle_playing(const bmp::Packet& packet);
|
||||
|
||||
io_context m_io {};
|
||||
ip::tcp::socket m_tcp_socket { m_io };
|
||||
|
||||
Reference in New Issue
Block a user