Select表数据更新
This commit is contained in:
parent
e7fc35f2b7
commit
033f1f00b1
File diff suppressed because it is too large
Load Diff
@ -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_
|
||||
|
Loading…
Reference in New Issue
Block a user