﻿using UnityEngine;

namespace E.Story
{
    /// <summary>
    /// 只读属性
    /// </summary>
    public class ReadOnlyAttribute : PropertyAttribute
    {
    }
}