111
This commit is contained in:
@@ -9,29 +9,6 @@ namespace Stary.Evo.TableTextConversion
|
||||
public class AudioTableData : ScriptableObject, ITableData
|
||||
{
|
||||
public string TableName { get; }
|
||||
public List<MessageInfo> infos;
|
||||
|
||||
[Serializable]
|
||||
public class MessageInfo
|
||||
{
|
||||
// 序号
|
||||
[GUIColor(0, 1, 0)] public int index;
|
||||
// 名称
|
||||
public string auid;
|
||||
public AudioType autype;
|
||||
// 名称描述
|
||||
public string filename;
|
||||
public string voice;
|
||||
public string uirelated;
|
||||
}
|
||||
|
||||
public enum AudioType
|
||||
{
|
||||
Null,
|
||||
music,
|
||||
effect,
|
||||
sound,
|
||||
}
|
||||
|
||||
public List<AudioEntity> infos;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user