2022-02-02 19:08:18 +03:00

6 lines
137 B
C#

using UnityEngine;
[System.AttributeUsage(System.AttributeTargets.Method)]
public class EditorButtonAttribute : PropertyAttribute
{
}