private void OnTriggerStay(Collider other) => Sustained?.Invoke(other);
private void OnCollisionStay(Collision other) => Sustained?.Invoke(other);