ProjectDDD/Assets/External/EasyGridBuilder Pro/Scripts/Utilities/Internal/ReadOnlyAttribute.cs

9 lines
125 B
C#
Raw Normal View History

using UnityEngine;
namespace SoulGames.Utilities
{
public class ReadOnlyAttribute : PropertyAttribute
{
}
}