05 table 更新
This commit is contained in:
@@ -17,9 +17,23 @@ namespace Stary.Evo.TableTextConversion
|
||||
// 序号
|
||||
[GUIColor(0, 1, 0)] public int index;
|
||||
// 名称
|
||||
public string name;
|
||||
public string auId;
|
||||
// 名称描述
|
||||
public string nameMessage;
|
||||
public string fileName;
|
||||
public AudioType auType;
|
||||
public int lineId;
|
||||
public float startTime;
|
||||
public float endTime;
|
||||
public string text;
|
||||
}
|
||||
|
||||
public enum AudioType
|
||||
{
|
||||
Null,
|
||||
music,
|
||||
effect,
|
||||
sound,
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user