10 lines
142 B
C#
10 lines
142 B
C#
![]() |
using UI;
|
||
|
using UnityEngine;
|
||
|
|
||
|
namespace Prefab
|
||
|
{
|
||
|
public class BuffIconUI: MonoBehaviour
|
||
|
{
|
||
|
public UIImageAnimator icon;
|
||
|
}
|
||
|
}
|