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