2025-01-02 12:15:45 +08:00

5 lines
75 B
C#

using UnityEngine;
public class ReadOnlyAttribute : PropertyAttribute
{
}