using Rive.Components; using UnityEditor; namespace Rive.EditorTools { [CustomEditor(typeof(AtlasRenderTargetStrategy), true)] internal class AtlasRenderTextureStrategyInspector : RiveBaseEditor { } }