New anim added

This commit is contained in:
2023-01-18 18:04:32 +05:30
parent 652134f007
commit 638cae044d
103 changed files with 17807 additions and 20 deletions

View File

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