feat(Hooks, PlayerList): CNetworkPlayerMgr::init(), add self (#251)

This commit is contained in:
mentolixite
2022-05-28 17:44:05 +02:00
committed by GitHub
parent b76af4e443
commit 30a48b6c6f
9 changed files with 68 additions and 37 deletions

View File

@ -31,6 +31,8 @@ namespace big
ImGui::SameLine();
draw_pair_option("Player Leave", g->notifications.player_leave);
draw_pair_option("Init", g->notifications.network_player_mgr_init);
draw_pair_option("Shutdown", g->notifications.network_player_mgr_shutdown);
components::small_text("Received Event");