private void OnDestroy() { VirtualOnDestroy(); ComponentList.OnEnd(this); }
private void OnDestroy() { ComponentList.OnEnd(this); }
private void Awake() { ComponentList.OnStart(this); }