r2mods/ilspy_dump/ror2_csproj/ReadOnlyAttribute.cs

6 lines
75 B
C#

using UnityEngine;
public class ReadOnlyAttribute : PropertyAttribute
{
}