2025-12-02 16:04:23 +08:00

5 lines
75 B
C#

using UnityEngine;
public class ReadOnlyAttribute : PropertyAttribute
{
}