Files
2026-04-25 23:37:10 +02:00

9 lines
172 B
C#

using UnityEngine;
namespace RPGCoreCommon.Helpers.PropertyAttributeDrawers
{
public class SerializeReferenceHelperAttribute : PropertyAttribute
{
}
}