using System;
namespace BizHawk.Client.Common
{
/// <summary>
/// Define if the property has to be persisted in config
/// </summary>
[AttributeUsage(AttributeTargets.Property)]
public class ConfigPersistAttribute : Attribute
}