summaryrefslogtreecommitdiff
path: root/Client/Assets/Scripts/UILib/IXUIBillBoardCompRef.cs
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2021-01-27 14:15:08 +0800
committerchai <chaifix@163.com>2021-01-27 14:15:08 +0800
commit1fe4ffba72f56ccc6a89d1896142425c666887d4 (patch)
treee469b6fea9454938d3a26444982be4b25de37103 /Client/Assets/Scripts/UILib/IXUIBillBoardCompRef.cs
parent310103405588040c7bc777c802273556343cae92 (diff)
+UILib 反编译
Diffstat (limited to 'Client/Assets/Scripts/UILib/IXUIBillBoardCompRef.cs')
-rw-r--r--Client/Assets/Scripts/UILib/IXUIBillBoardCompRef.cs17
1 files changed, 17 insertions, 0 deletions
diff --git a/Client/Assets/Scripts/UILib/IXUIBillBoardCompRef.cs b/Client/Assets/Scripts/UILib/IXUIBillBoardCompRef.cs
new file mode 100644
index 00000000..39533c73
--- /dev/null
+++ b/Client/Assets/Scripts/UILib/IXUIBillBoardCompRef.cs
@@ -0,0 +1,17 @@
+using System;
+
+namespace UILib
+{
+ public interface IXUIBillBoardCompRef
+ {
+ IXUISpecLabelSymbol NameSpecLabelSymbol { get; }
+
+ IXUISpecLabelSymbol GuildSpecLabelSymbol { get; }
+
+ IXUISpecLabelSymbol DesiSpecLabelSymbol { get; }
+
+ IXUIProgress BloodBar { get; }
+
+ IXUIProgress IndureBar { get; }
+ }
+}