feat: 优化结构

This commit is contained in:
2023-11-12 17:19:29 +08:00
parent dc9f24ffdb
commit ea38a715c7

View File

@@ -13,4 +13,9 @@ import org.jetbrains.annotations.NotNull;
public class ServerOfflineEvent {
@NotNull
private final BallServerInfo serverInfo;
@NotNull
public String getServerID() {
return serverInfo.getId();
}
}