Created the ServerStatus.java entity

This commit is contained in:
2024-02-13 18:39:03 +01:00
parent a6ada32a72
commit 94b5a73fdf

View File

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