Class App
- java.lang.Object
-
- page.codeberg.terratactician_expandoria.App
-
public class App extends java.lang.Object
Main class of the game.
-
-
Constructor Summary
Constructors Constructor Description App()
DO NOT USE: this is a static class (but gradle wants this comment)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
main(java.lang.String[] args)
entry point to the game
-