9 lines
207 B
C#
9 lines
207 B
C#
using UnityEngine;
|
|
|
|
namespace RPGCoreCommon.Helpers.PropertyAttributeDrawers
|
|
{
|
|
public class ObjectPickerAttribute : PropertyAttribute
|
|
{
|
|
// TODO: zrobić to + drawer ObjectPickerDrawer
|
|
}
|
|
} |