7 lines
110 B
C#
7 lines
110 B
C#
using UnityEngine;
|
|
|
|
namespace Utils
|
|
{
|
|
public class ReadOnlyFieldAttribute : PropertyAttribute { }
|
|
}
|