From 6eb915c129fc90c6f4c82ae097dd6ffad5239efc Mon Sep 17 00:00:00 2001 From: chai Date: Mon, 25 Jan 2021 14:28:30 +0800 Subject: +scripts --- .../XMainClient/Utility/XNormalDescription.cs | 34 ++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 Client/Assets/Scripts/XMainClient/Utility/XNormalDescription.cs (limited to 'Client/Assets/Scripts/XMainClient/Utility/XNormalDescription.cs') diff --git a/Client/Assets/Scripts/XMainClient/Utility/XNormalDescription.cs b/Client/Assets/Scripts/XMainClient/Utility/XNormalDescription.cs new file mode 100644 index 00000000..e492d924 --- /dev/null +++ b/Client/Assets/Scripts/XMainClient/Utility/XNormalDescription.cs @@ -0,0 +1,34 @@ +using System; +using XMainClient.UI; +using XMainClient.UI.UICommon; +using XUtliPoolLib; + +namespace XMainClient.Utility +{ + internal class XNormalDescription : IXItemDescription + { + public XItemDrawer ItemDrawer + { + get + { + return XSingleton.singleton.normalItemDrawer; + } + } + + public ITooltipDlg TooltipDlg + { + get + { + return DlgBase.singleton; + } + } + + public XBodyBag BodyBag + { + get + { + return null; + } + } + } +} -- cgit v1.1-26-g67d0