Co-authored-by: m0_75251201 <m0_75251201@noreply.gitcode.com> Reviewed-on: Roguelite-Game-Developing-Team/Gen_Hack-and-Slash-Roguelite#55
10 lines
142 B
C#
10 lines
142 B
C#
using UI;
|
|
using UnityEngine;
|
|
|
|
namespace Prefab
|
|
{
|
|
public class BuffIconUI: MonoBehaviour
|
|
{
|
|
public UIImageAnimator icon;
|
|
}
|
|
} |