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