using System;

namespace KYFramework
{
    [AttributeUsage(AttributeTargets.Class, AllowMultiple = true)]
    public class ObjectSystemAttribute : BaseAttribute
    {
    }
}