12 lines
199 B
C#
12 lines
199 B
C#
using BrewMonster.Assets.PerfectWorld.Scripts.UI.GamePlay;
|
|
using UnityEngine;
|
|
using UnityEngine.UI;
|
|
|
|
namespace BrewMonster
|
|
{
|
|
public class AUIBuffIcon : AUIImagePictureBase
|
|
{
|
|
|
|
}
|
|
}
|