summaryrefslogtreecommitdiff
path: root/Client/Assets/Scripts/UILib/IXUIBillBoardCompRef.cs
blob: 39533c738991b5a0f3f142fdee2f6d3cb91002d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
using System;

namespace UILib
{
	public interface IXUIBillBoardCompRef
	{
		IXUISpecLabelSymbol NameSpecLabelSymbol { get; }

		IXUISpecLabelSymbol GuildSpecLabelSymbol { get; }

		IXUISpecLabelSymbol DesiSpecLabelSymbol { get; }

		IXUIProgress BloodBar { get; }

		IXUIProgress IndureBar { get; }
	}
}