projectEli/Assets/NeoFPS/Core/Utilities/FlagsEnumAttribute.cs

9 lines
112 B
C#
Raw Normal View History

2022-11-07 01:28:33 +00:00
using UnityEngine;
namespace NeoFPS
{
public class FlagsEnumAttribute : PropertyAttribute
{
}
}