using System;
using UnityEngine;

public class ReadOnlyAttribute : PropertyAttribute
{

}
