using UI; using UnityEngine; namespace Prefab { public class BuffIconUI: MonoBehaviour { public UIImageAnimator icon; } }