public void Interact() { m_actionOnEnter.InvokeIfNotNull(); }
private void Update() { OnUpdate.InvokeIfNotNull(); }