feat(save): 槽位元数据增加节点名记录
This commit is contained in:
@@ -242,6 +242,7 @@ namespace AibisDream.SaveSystem
|
||||
sceneName = summary.SceneName,
|
||||
sceneSoName = summary.SceneSoName,
|
||||
yarnProjectId = summary.YarnProjectId,
|
||||
nodeName = snapshot.anchor?.nodeName,
|
||||
schemaVersion = snapshot.schemaVersion,
|
||||
gameVersion = snapshot.gameVersion,
|
||||
thumbnailFile = $"{ConstRef.SaveThumbnailFileName}.png"
|
||||
|
||||
@@ -26,6 +26,7 @@ namespace AibisDream.SaveSystem
|
||||
public string sceneName;
|
||||
public string sceneSoName;
|
||||
public string yarnProjectId;
|
||||
public string nodeName;
|
||||
public int schemaVersion;
|
||||
public string gameVersion;
|
||||
public string thumbnailFile;
|
||||
|
||||
Reference in New Issue
Block a user