Archived
0

dummy server

This commit is contained in:
2021-04-24 21:29:51 +03:00
parent 1f6c05f272
commit a9b053765e
6 changed files with 126 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
package mc.server.network;
public interface Server {
void start(String host, int port);
}