mirror of
https://github.com/yawaflua/Informatis.git
synced 2025-12-13 08:46:28 +02:00
player window
This commit is contained in:
@@ -2,11 +2,12 @@ package UnitInfo.ui.windows;
|
||||
|
||||
public class WindowTables {
|
||||
public static WindowTable
|
||||
unitTable, waveTable, coreTable;
|
||||
unitTable, waveTable, coreTable, playerTable;
|
||||
|
||||
public static void init() {
|
||||
unitTable = new UnitDisplay();
|
||||
waveTable = new WaveDisplay();
|
||||
coreTable = new CoreDisplay();
|
||||
playerTable = new PlayerDisplay();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user