using System.Collections; using System.Collections.Generic; using UnityEngine; using ZXKFramework; public class PaiBanLauncher : MonoBehaviour { ExcelData loExcelData = new ExcelData(); void Start() { loExcelData.Init(); } }