Add project files.
This commit is contained in:
9
Assets/Cryville/Crtr/Browsing/PropertyValuePanel.cs
Normal file
9
Assets/Cryville/Crtr/Browsing/PropertyValuePanel.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
using System;
|
||||
using UnityEngine;
|
||||
|
||||
namespace Cryville.Crtr.Browsing {
|
||||
public abstract class PropertyValuePanel : MonoBehaviour {
|
||||
public Action<object> Callback { protected get; set; }
|
||||
public abstract object Value { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user