Update Banners.json Ignore PreviewPrefabPath

This commit is contained in:
2022-12-12 20:26:48 +08:00
parent fb77f9432a
commit 09577d5403

View File

@ -59,7 +59,7 @@ namespace GrasscutterTools.Game.Gacha
/// <summary>
/// 这个是抽卡的预览背景路径id
/// </summary>
[JsonProperty("previewPrefabPath")]
[JsonProperty("previewPrefabPath"), JsonIgnore]
public string PreviewPrefabPath { get; set; } = "UI_Tab_GachaShowPanel_A007";
/// <summary>