Files

8 lines
192 B
C#
Raw Permalink Normal View History

2026-02-21 17:04:05 -08:00
using UnityEngine;
namespace Pathfinding {
/// <summary>\author http://wiki.unity3d.com/index.php/EnumFlagPropertyDrawer</summary>
public class EnumFlagAttribute : PropertyAttribute {
}
}