mirror of
https://github.com/yawaflua/Informatis.git
synced 2025-12-13 08:46:28 +02:00
map editor windows - edit tools
This commit is contained in:
@@ -3,6 +3,7 @@ package UnitInfo.ui.windows;
|
||||
public class WindowTables {
|
||||
public static WindowTable
|
||||
unitTable, waveTable, coreTable, playerTable, toolTable;
|
||||
public static MapEditorDisplay editorTable;
|
||||
|
||||
public static void init() {
|
||||
unitTable = new UnitDisplay();
|
||||
@@ -10,5 +11,6 @@ public class WindowTables {
|
||||
coreTable = new CoreDisplay();
|
||||
playerTable = new PlayerDisplay();
|
||||
toolTable = new ToolDisplay();
|
||||
editorTable = new MapEditorDisplay();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user