// Interacter activating the button public virtual void OnActivate(object from = null) { OnActivatedEvent?.Invoke(this, from); m_active = true; highlighted = false; waitForInactive = true; }
public void _OnActivated() { OnActivatedEvent?.Invoke(); }