public abstract void OnObjectDestroyed(Destroyable ar_destroyedObject);
private void OnValidate() { m_scaleInOut = GetComponentInChildren <ScaleInOut>(); m_destroyable = GetComponentInChildren <Destroyable>(); }