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