Select表数据更新

This commit is contained in:
huyulong 2024-12-16 17:13:26 +08:00
parent e7fc35f2b7
commit 033f1f00b1
2 changed files with 6269 additions and 6217 deletions

File diff suppressed because it is too large Load Diff

View File

@ -2,6 +2,7 @@ using UnityEngine;
using System.Collections.Generic;
using UnityEngine.UI;
using Google.Protobuf.WellKnownTypes;
using System;
public class JSONReader : MonoBehaviour
{
@ -518,13 +519,14 @@ public class Language
public string Note;
}
[System.Serializable]
[Serializable]
public class Select
{
public string ID;
public string Note;
public string PlayScript;
public string Group;
public string UnDisplay;
public string ShowText;
public string Icon;
public string Precondition;
@ -544,8 +546,6 @@ public class Select
public string AppliedUI;
public string UIDetails;
public string Seq;
// 其他字段可根据需要添加
}
[System.Serializable]
public class Task_