void Awake() { Rosace.RegisterUpdater(this); }
protected override void OnDestroy() { base.OnDestroy(); Rosace.DeregisterUpdater(this); }