Attributes.cs 135 B

12345678910
  1. using System;
  2. using UnityEngine;
  3. namespace ZenFulcrum.EmbeddedBrowser {
  4. public class FlagsFieldAttribute : PropertyAttribute {}
  5. }