Archived
0

отображение информации о сервере

This commit is contained in:
2021-04-25 19:01:04 +03:00
parent a9b053765e
commit f10af6ae69
26 changed files with 1303 additions and 35 deletions

View File

@@ -2,5 +2,5 @@ package mc.server.network;
public interface Server {
void start(String host, int port);
void bind(String host, int port);
}