NewN_UAVPlane/Assets/3rdParty/ZFBrowser/Scripts/Attributes.cs

11 lines
135 B
C#

using System;
using UnityEngine;
namespace ZenFulcrum.EmbeddedBrowser {
public class FlagsFieldAttribute : PropertyAttribute {}
}