summaryrefslogtreecommitdiff
path: root/WorldlineKeepers/Assets/Scripts/Data/Metadata
diff options
context:
space:
mode:
Diffstat (limited to 'WorldlineKeepers/Assets/Scripts/Data/Metadata')
-rw-r--r--WorldlineKeepers/Assets/Scripts/Data/Metadata/FileKey.cs26
-rw-r--r--WorldlineKeepers/Assets/Scripts/Data/Metadata/Filelist.cs4
2 files changed, 11 insertions, 19 deletions
diff --git a/WorldlineKeepers/Assets/Scripts/Data/Metadata/FileKey.cs b/WorldlineKeepers/Assets/Scripts/Data/Metadata/FileKey.cs
index 621203e..2fdff3f 100644
--- a/WorldlineKeepers/Assets/Scripts/Data/Metadata/FileKey.cs
+++ b/WorldlineKeepers/Assets/Scripts/Data/Metadata/FileKey.cs
@@ -1,22 +1,14 @@
-using System.Collections;
-using System.Collections.Generic;
-using UnityEngine;
-
+// 自动生成
namespace WK.Data
{
+ public enum EFileKey
+ {
+ none = 0,
- /// <summary>
- /// Ĭļenumνֲɸġļ
- /// </summary>
- public enum EFileKey
- {
- none = 0,
-
- default_stats,
- default_buffs,
- default_items,
-
- all
- }
+ default_stats,
+ default_buffs,
+ default_items,
+ all
+ }
}
diff --git a/WorldlineKeepers/Assets/Scripts/Data/Metadata/Filelist.cs b/WorldlineKeepers/Assets/Scripts/Data/Metadata/Filelist.cs
index b91619b..c4ae257 100644
--- a/WorldlineKeepers/Assets/Scripts/Data/Metadata/Filelist.cs
+++ b/WorldlineKeepers/Assets/Scripts/Data/Metadata/Filelist.cs
@@ -26,9 +26,9 @@ namespace WK.Data
}
/// <summary>
- /// Ԫļ
+ /// ļ
/// </summary>
- public class MetadataFileDescriptor
+ public class FileDescriptor
{
public string key;
public FileType type;