summaryrefslogtreecommitdiff
path: root/Client/Assets/Scripts/XMainClient/XAttrPlayerFile.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Client/Assets/Scripts/XMainClient/XAttrPlayerFile.cs')
-rw-r--r--Client/Assets/Scripts/XMainClient/XAttrPlayerFile.cs15
1 files changed, 15 insertions, 0 deletions
diff --git a/Client/Assets/Scripts/XMainClient/XAttrPlayerFile.cs b/Client/Assets/Scripts/XMainClient/XAttrPlayerFile.cs
new file mode 100644
index 00000000..ed102f3c
--- /dev/null
+++ b/Client/Assets/Scripts/XMainClient/XAttrPlayerFile.cs
@@ -0,0 +1,15 @@
+using System;
+
+namespace XMainClient
+{
+ internal class XAttrPlayerFile : XAttrCommonFile
+ {
+ public override string FileName
+ {
+ get
+ {
+ return "ItemNew/AttrPanel";
+ }
+ }
+ }
+}