Made the project artifact friendly
Can now be build using IntelliJ artifacts
This commit is contained in:
7
Client/src/Launcher.java
Normal file
7
Client/src/Launcher.java
Normal file
@@ -0,0 +1,7 @@
|
||||
import game.TicTacToe_Client;
|
||||
|
||||
public class Launcher {
|
||||
public static void main(String[] args) {
|
||||
TicTacToe_Client.main(args);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user