技能主要更新,修复卡顿并加入动画,以及各种其他更新。
This commit is contained in:
@@ -10,26 +10,26 @@ public class dlcData : ScriptableObject
|
||||
[Header("DLC֮ID")]
|
||||
public int dlcID;
|
||||
|
||||
[Header("DLC名称")]
|
||||
[Header("DLC����")]
|
||||
public string dlcName;
|
||||
|
||||
[Header("DLC出品人")]
|
||||
[Header("DLC��Ʒ��")]
|
||||
public string dlcProducer;
|
||||
|
||||
[Header("DLC是否已解锁")]
|
||||
[Header("DLC�Ƿ��ѽ���")]
|
||||
public bool dlcIsUnlocked;
|
||||
|
||||
[Header("DLC简介")]
|
||||
[Header("DLC���")]
|
||||
[TextArea(3,10)]
|
||||
public string dlcDescription;
|
||||
|
||||
[Header("DLC发行日期 yyyy-mm-dd")]
|
||||
[Header("DLC�������� yyyy-mm-dd")]
|
||||
public string dlcPublishDate;
|
||||
|
||||
[Header("DLC所含曲目(ScriptableObjects)")]
|
||||
[Header("DLC������Ŀ��ScriptableObjects��")]
|
||||
public List<SongData> songList = new List<SongData>();
|
||||
|
||||
[Header("本DLC结算音乐")]
|
||||
[Tooltip("在结算界面播放的背景音乐AudioClip")]
|
||||
[Header("��DLC��������")]
|
||||
[Tooltip("�ڽ�����沥�ŵı�������AudioClip")]
|
||||
public AudioClip settlementMusic;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user