Todo 수정 내용 삭제
This commit is contained in:
parent
d7010a279b
commit
bd2e96429d
@ -30,7 +30,6 @@ namespace BlueWater.Tycoons
|
|||||||
[field: SerializeField, BoxGroup("변수")]
|
[field: SerializeField, BoxGroup("변수")]
|
||||||
public float InteractionRadius { get; private set; } = 2f;
|
public float InteractionRadius { get; private set; } = 2f;
|
||||||
|
|
||||||
// TODO : 추후에 다시 활성화 하는 기능 필요
|
|
||||||
[Title("실시간 데이터")]
|
[Title("실시간 데이터")]
|
||||||
[SerializeField]
|
[SerializeField]
|
||||||
protected bool IsOpened;
|
protected bool IsOpened;
|
||||||
|
@ -17,7 +17,6 @@ namespace BlueWater.Tycoons
|
|||||||
[SerializeField]
|
[SerializeField]
|
||||||
private string _dailyBgm;
|
private string _dailyBgm;
|
||||||
|
|
||||||
// TODO : 타이쿤 오픈 연출 추가, 게임시간 흐름, 타이쿤 시작하면 상호작용 금지해야하는 것들
|
|
||||||
public Action OnTycoonOpenedEvent;
|
public Action OnTycoonOpenedEvent;
|
||||||
public Action OnTycoonClosedEvent;
|
public Action OnTycoonClosedEvent;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user