feat: IngameUI의 캐릭터 stat 변경 부분 적용되도록 수정
This commit is contained in:
@@ -15,12 +15,5 @@ namespace TON
|
||||
linkedCharactor = GetComponent<CharacterBase>();
|
||||
}
|
||||
|
||||
private void Start()
|
||||
{
|
||||
IngameUI.Instance.SetHP(linkedCharactor.currentHP, linkedCharactor.maxHP);
|
||||
IngameUI.Instance.SetSP(linkedCharactor.currentSP, linkedCharactor.maxSP);
|
||||
IngameUI.Instance.SetPlayerImage(PlayerDataManager.Singleton.player.type);
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user