2025-02-11 17:11:14 +08:00

5 lines
75 B
C#

using UnityEngine;
public class ReadOnlyAttribute : PropertyAttribute
{
}