using System; namespace GlitchyEngine.Editor; /// /// Specifies, that the field should be readonly, so that it cannot be changed in the editor.
/// Note, that this only affects the editor. Scripts can still change the values. ///
public sealed class ReadonlyAttribute : Attribute { }