using System; namespace BITKit { [AttributeUsage(AttributeTargets.Field)] public class SaveDataAttribute : Attribute { } }