Rework latest version stuff and add splash texts & more

This commit is contained in:
2026-01-30 22:15:03 -07:00
parent d598c3bd79
commit e2a557812e
19 changed files with 1237 additions and 1094 deletions

View File

@@ -6,6 +6,7 @@ public class Endpoints
public const string WS_ENDPOINT = "wss://" + HOST + "/api/ws";
public const string CAN_LOAD_CLIENT_ENDPOINT = BASE_URL + "/can-load-client";
public const string LATEST_VERSION_ENDPOINT = BERRYDASH_ENDPOINT + "/latest-version";
public const string RANDOM_SPLASHES_ENDPOINT = BERRYDASH_ENDPOINT + "/splash-text";
public const string LEADERBOARDS_ENDPOINT = BERRYDASH_ENDPOINT + "/leaderboards";
public const string LEADERBOARDS_SCORE_ENDPOINT = LEADERBOARDS_ENDPOINT + "/score";
public const string LEADERBOARDS_BERRY_ENDPOINT = LEADERBOARDS_ENDPOINT + "/berry";