ReadOnlyAttribute.cs 92 B

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