9 lines
104 B
C#

using UnityEngine;
namespace NaughtyAttributes
{
public interface IGroupAttribute
{
}
}