private void FixedUpdate() { _fixedEvent.Dispatch(); }
private void Update() { _updateEvent.Dispatch(); }