Add [Parameter] to BaseControl.Property

This commit is contained in:
Garry Newman
2025-12-19 20:59:33 +00:00
parent 87db59546e
commit f6ad79479f

View File

@@ -1,11 +1,10 @@
using System;
namespace Sandbox.UI;
namespace Sandbox.UI;
public class BaseControl : Panel
{
SerializedProperty _property;
[Parameter]
public SerializedProperty Property
{
get => _property;