5 lines
110 B
C#
5 lines
110 B
C#
|
using UnityEngine;
|
|||
|
|
|||
|
public class ReadOnlyAttribute : PropertyAttribute {
|
|||
|
public ReadOnlyAttribute() { }
|
|||
|
}
|