﻿using UnityEngine;

namespace ExternPropertyAttributes
{
	public interface IGroupAttribute
	{
	}
}
