JacopoLevati-Creator 8205730eb5 commit
2025-03-17 12:22:09 +01:00

5 lines
74 B
C#

using UnityEngine;
public class ReadOnlyAttribute : PropertyAttribute
{
}