Added Unit Tooltip #6
@ -16,8 +16,7 @@ public class TooltipText : MonoBehaviour
|
||||
[SerializeField]
|
||||
private TextMeshProUGUI _tooltipAttackSpeed;
|
||||
private const string EMPTY_STRING = "";
|
||||
// Start is called before the first frame update
|
||||
void Start()
|
||||
private void Start()
|
||||
{
|
||||
_tooltipManager = TooltipManager.Instance;
|
||||
EventAggregator.Instance.GetEvent<TooltipChangedEvent>().Attach(OnEventUpdate);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user