CapersProject/Assets/EasyGridBuilder Pro/Scripts/Utilities/Internal/ReadOnlyAttribute.cs

9 lines
125 B
C#
Raw Normal View History

2024-07-06 17:37:07 +00:00
using UnityEngine;
namespace SoulGames.Utilities
{
public class ReadOnlyAttribute : PropertyAttribute
{
}
}