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