using System; namespace BizHawk.Client.Common { /// Indicates that a property is to be saved to config for persistence. [AttributeUsage(AttributeTargets.Property)] public sealed class ConfigPersistAttribute : Attribute { } }