Created the ServerStatus.java entity

This commit is contained in:
Mathias Wagner 2024-02-13 18:39:03 +01:00
parent a6ada32a72
commit 94b5a73fdf
Signed by: Mathias
GPG Key ID: B8DC354B0A1F5B44

View File

@ -0,0 +1,8 @@
package de.gnmyt.mcdash.entities;
public enum ServerStatus {
ONLINE,
OFFLINE
}