mirror of
https://github.com/Kizuren/SynthMaze.git
synced 2025-12-30 02:54:18 +01:00
7 lines
192 B
C#
7 lines
192 B
C#
using UnityEngine;
|
|
|
|
namespace Pathfinding {
|
|
/// <summary>\author http://wiki.unity3d.com/index.php/EnumFlagPropertyDrawer</summary>
|
|
public class EnumFlagAttribute : PropertyAttribute {
|
|
}
|
|
}
|