9 lines
172 B
C#
9 lines
172 B
C#
using UnityEngine;
|
|
|
|
namespace RPGCoreCommon.Helpers.PropertyAttributeDrawers
|
|
{
|
|
public class SerializeReferenceHelperAttribute : PropertyAttribute
|
|
{
|
|
|
|
}
|
|
} |