8 lines
192 B
C#
8 lines
192 B
C#
using UnityEngine;
|
|
|
|
namespace Pathfinding {
|
|
/// <summary>\author http://wiki.unity3d.com/index.php/EnumFlagPropertyDrawer</summary>
|
|
public class EnumFlagAttribute : PropertyAttribute {
|
|
}
|
|
}
|