6 lines
112 B
C#
6 lines
112 B
C#
using UnityEngine;
|
|
namespace Agoxandr.Utils
|
|
{
|
|
public class ReadOnlyFieldAttribute : PropertyAttribute { }
|
|
}
|