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