Fix Start signature
This commit is contained in:
parent
770047a272
commit
90b4fc3df6
@ -16,8 +16,7 @@ public class TooltipText : MonoBehaviour
|
|||||||
[SerializeField]
|
[SerializeField]
|
||||||
private TextMeshProUGUI _tooltipAttackSpeed;
|
private TextMeshProUGUI _tooltipAttackSpeed;
|
||||||
private const string EMPTY_STRING = "";
|
private const string EMPTY_STRING = "";
|
||||||
// Start is called before the first frame update
|
private void Start()
|
||||||
void Start()
|
|
||||||
{
|
{
|
||||||
_tooltipManager = TooltipManager.Instance;
|
_tooltipManager = TooltipManager.Instance;
|
||||||
EventAggregator.Instance.GetEvent<TooltipChangedEvent>().Attach(OnEventUpdate);
|
EventAggregator.Instance.GetEvent<TooltipChangedEvent>().Attach(OnEventUpdate);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user