using UnityEngine; namespace Artees.UnitySemVer { /// <summary> /// Indicates that a string is a semantic version. It looks like <see cref="SemVer"/> in the Unity's Inspector. /// </summary> public class SemVerAttribute : PropertyAttribute { } }