2025-10-09 17:36:27 +08:00

5 lines
75 B
C#

using UnityEngine;
public class ReadOnlyAttribute : PropertyAttribute
{
}