超大量的更新 修复很多问题,gameplay特效初步
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
using UnityEngine;
|
||||
using UnityEngine;
|
||||
using UnityEngine.UI;
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
@@ -12,10 +12,10 @@ public class loadDlcListPrefab : MonoBehaviour
|
||||
public List<dlcData> dlcList = new List<dlcData>();
|
||||
}
|
||||
|
||||
[Header("À¸Ä¿Áбí")]
|
||||
[Header("Inspector")]
|
||||
public List<Column> columns = new List<Column>();
|
||||
|
||||
[Header("UI Ô¤ÖÆÌå")]
|
||||
[Header("Inspector")]
|
||||
public GameObject dlc_scContent;
|
||||
public GameObject columnPrefab;
|
||||
public GameObject dlcButtonPrefab;
|
||||
|
||||
Reference in New Issue
Block a user