mirror of
https://git.shazbot.fr/shazbot/Utils.git
synced 2026-01-12 05:00:58 +01:00
6 lines
112 B
C#
6 lines
112 B
C#
using UnityEngine;
|
|
namespace Agoxandr.Utils
|
|
{
|
|
public class ReadOnlyFieldAttribute : PropertyAttribute { }
|
|
}
|