Improved Backend

This commit is contained in:
2019-04-28 11:19:53 +02:00
parent c4ed32689d
commit 02e63e14c0
29 changed files with 175 additions and 42 deletions

View File

@@ -0,0 +1,5 @@
package data;
public class ServerData {
public static float version = 0.0f;
}