using PixiEditor.Extensions.FlyUI.Elements; namespace PixiEditor.Extensions.Test; public class TestNestedStatefulElement : StatefulElement { public override TestNestedState CreateState() { return new(); } }