using System.Collections.Generic;
using UnityEngine;
using UnityEngine.UI;

namespace ET.Client
{
    [ComponentOf(typeof(UI))]
	public class UIRuleComponent : Entity, IAwake
	{
        public GameObject noStatsTxt;
        public GameObject closeBtn;
    }
}