ServerInfo增加properties

This commit is contained in:
smallchill 2019-01-04 10:21:09 +08:00
parent 53637a3e5b
commit cf2c785df5

View File

@ -61,4 +61,7 @@ public class ServerInfo {
return this.ipWithPort;
}
public ServerProperties getServerProperties() {
return this.serverProperties;
}
}