feat(PlayerList): Rewrite of entire player management system
This commit is contained in:
@ -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();
|
||||
}
|
||||
};
|
||||
|
Reference in New Issue
Block a user