1
0
Fork 0
This repository has been archived on 2024-01-06. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
Voxel-Test/VBO/src/mrdev023/network/Server.java
2015-07-21 15:33:53 +02:00

9 lines
103 B
Java

package mrdev023.network;
public class Server {
public static void initServer(){
}
}