mirror of
https://github.com/maxartz15/UnitySerializedReferenceUI.git
synced 2024-11-22 15:45:35 +01:00
8 lines
153 B
C#
8 lines
153 B
C#
|
using System;
|
|||
|
using UnityEngine;
|
|||
|
|
|||
|
[AttributeUsage(AttributeTargets.Field)]
|
|||
|
public class SerializeReferenceButtonAttribute : PropertyAttribute
|
|||
|
{
|
|||
|
|
|||
|
}
|