6 lines
137 B
C#
6 lines
137 B
C#
using UnityEngine;
|
|
|
|
[System.AttributeUsage(System.AttributeTargets.Method)]
|
|
public class EditorButtonAttribute : PropertyAttribute
|
|
{
|
|
} |