This commit is contained in:
2023-02-24 22:06:27 +05:30
parent 49fa11b888
commit b2e663d62d
7 changed files with 199 additions and 306 deletions

View File

@@ -3,7 +3,7 @@ using System.Collections.Generic;
using UnityEngine;
public static class DataManager{
public const string API_Endpoint="https://pogebird.io/pogebird/api/";
public const string API_Endpoint="https://vmi1005083.contaboserver.net/pogebird/api/";
public static string Username{get; private set;}
public static bool LoggedIn {get{return PlayerPrefs.HasKey("username");}}