mirror of
https://github.com/Facepunch/sbox-public.git
synced 2025-12-23 22:48:07 -05:00
Add [Parameter] to BaseControl.Property
This commit is contained in:
@@ -1,11 +1,10 @@
|
||||
using System;
|
||||
|
||||
namespace Sandbox.UI;
|
||||
namespace Sandbox.UI;
|
||||
|
||||
public class BaseControl : Panel
|
||||
{
|
||||
SerializedProperty _property;
|
||||
|
||||
[Parameter]
|
||||
public SerializedProperty Property
|
||||
{
|
||||
get => _property;
|
||||
|
||||
Reference in New Issue
Block a user