feat(PlayerList): Rewrite of entire player management system

This commit is contained in:
Yimura
2022-01-31 18:27:35 +01:00
parent ae57353d3f
commit 37e9e36713
25 changed files with 305 additions and 285 deletions

View File

@ -9,7 +9,7 @@ namespace big
static void handling();
static void log();
static void main();
static void player();
static void w_player();
static void users();
public:
@ -24,7 +24,7 @@ namespace big
window::main();
window::handling();
window::player();
window::w_player();
window::users();
}
};