JinChanChan/Packages/com.arongranberg.astar/PackageTools/EnumFlagAttribute.cs

8 lines
192 B
C#
Raw Permalink Normal View History

2025-02-26 16:54:54 +08:00
using UnityEngine;
namespace Pathfinding {
/// <summary>\author http://wiki.unity3d.com/index.php/EnumFlagPropertyDrawer</summary>
public class EnumFlagAttribute : PropertyAttribute {
}
}