A set of custom attributes
Prevents a property from being edited on the Inspector.
Put the attribute in front of a property.
[ReadOnlyProp] public int healthPoints; [ReadOnlyReadOnlyProp] public int damages;