using System;
using UnityEngine;

[AttributeUsage(AttributeTargets.All)]
public class #CLASSNAME# : PropertyAttribute 
{
    
}