...
This commit is contained in:
parent
50c6719455
commit
dd4810e087
|
|
@ -73,4 +73,3 @@ messageinfo 엄청 느린 버그
|
||||||
- 특정 오브젝트와 상호 작용 시 즉시 몬스터 생성
|
- 특정 오브젝트와 상호 작용 시 즉시 몬스터 생성
|
||||||
- 점수 일정 이상 보상 지급
|
- 점수 일정 이상 보상 지급
|
||||||
|
|
||||||
최초 한 번 랭킹 등록이 안됨
|
|
||||||
|
|
@ -484,11 +484,11 @@ public class ServerInfo : MyCoroutine
|
||||||
},
|
},
|
||||||
result =>
|
result =>
|
||||||
{
|
{
|
||||||
//Debug.Log(result);
|
Debug.Log(result);
|
||||||
},
|
},
|
||||||
fail =>
|
fail =>
|
||||||
{
|
{
|
||||||
//Debug.Log(fail);
|
Debug.Log(fail.ErrorMessage);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
public void Get_MyRank(string leaderboard, Action<EntityLeaderboardEntry> my)
|
public void Get_MyRank(string leaderboard, Action<EntityLeaderboardEntry> my)
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@ using UnityEngine;
|
||||||
|
|
||||||
public class MapChoiceUI_DungeonBase : MonoBehaviour
|
public class MapChoiceUI_DungeonBase : MonoBehaviour
|
||||||
{
|
{
|
||||||
public int SelectMapID = 1001;
|
public int SelectMapID = 1001; // 프리팹에서 설정
|
||||||
|
|
||||||
protected BattleMapConfigTableData m_mapData;
|
protected BattleMapConfigTableData m_mapData;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue