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