mirror of
https://gitee.com/jisol/jisol-game/
synced 2025-06-26 19:34:47 +00:00
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 {
|
||
|
}
|
||
|
}
|