This commit is contained in:
Ino 2025-02-03 16:55:53 +09:00
parent 50c6719455
commit dd4810e087
3 changed files with 3 additions and 4 deletions

View File

@ -73,4 +73,3 @@ messageinfo 엄청 느린 버그
- 특정 오브젝트와 상호 작용 시 즉시 몬스터 생성
- 점수 일정 이상 보상 지급
최초 한 번 랭킹 등록이 안됨

View File

@ -484,11 +484,11 @@ public class ServerInfo : MyCoroutine
},
result =>
{
//Debug.Log(result);
Debug.Log(result);
},
fail =>
{
//Debug.Log(fail);
Debug.Log(fail.ErrorMessage);
});
}
public void Get_MyRank(string leaderboard, Action<EntityLeaderboardEntry> my)

View File

@ -3,7 +3,7 @@ using UnityEngine;
public class MapChoiceUI_DungeonBase : MonoBehaviour
{
public int SelectMapID = 1001;
public int SelectMapID = 1001; // 프리팹에서 설정
protected BattleMapConfigTableData m_mapData;