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