UI HUGE UPDATE

This commit is contained in:
FloatGaming
2026-06-25 11:48:56 +08:00
parent bd2a06f4c7
commit b2a1e307a4
1806 changed files with 359863 additions and 20822 deletions
+2 -1
View File
@@ -23,6 +23,7 @@ public class uServerStatus : MonoBehaviour
{
Good,
Fair,
Maintenance,
Unreachable,
Unknown,
Offline,
@@ -42,4 +43,4 @@ public class uServerStatus : MonoBehaviour
}
Debug.LogWarning($"No configuration found for status {newStatus}");
}
}
}