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