ReadOnlyAttribute.cs 79 B

123456
  1. using UnityEngine;
  2. public class ReadOnlyAttribute : PropertyAttribute
  3. {
  4. }