FiE-Game/Assets/Scripts/Fie/Object/FieAttribute.cs

10 lines
90 B
C#

namespace Fie.Object
{
public enum FieAttribute
{
NONE,
MAGIC,
WING,
EARTH
}
}