Rework latest version stuff and add splash texts & more
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user