8 lines
192 B
C#
Raw Normal View History

2024-02-01 19:06:51 +08:00
using UnityEngine;
namespace Pathfinding {
/// <summary>\author http://wiki.unity3d.com/index.php/EnumFlagPropertyDrawer</summary>
public class EnumFlagAttribute : PropertyAttribute {
}
}