빌드 스크립트 추가
This commit is contained in:
@@ -8,7 +8,8 @@ namespace TON
|
||||
public class RoulettePresenter : MonoBehaviour
|
||||
{
|
||||
private PlayerDataManager playerDataManager;
|
||||
|
||||
// ReactiveProperty
|
||||
|
||||
private void Awake()
|
||||
{
|
||||
// 싱글톤으로 PlayerDataManager 접근
|
||||
@@ -18,6 +19,8 @@ namespace TON
|
||||
{
|
||||
Debug.LogError("PlayerDataManager가 초기화되지 않았습니다.");
|
||||
}
|
||||
|
||||
// Todo : UI 바인딩
|
||||
}
|
||||
|
||||
// 재화 획득 메서드
|
||||
|
||||
Reference in New Issue
Block a user