Exemple #1
0
    // Start is called before the first frame update
    void Start()
    {
        chapter_info info = TableResMgr.GetInstance().GetRecordKey <chapter_info>(TableResMgr.IdxHint, 2);

        if (info != null)
        {
            Debug.Log(info.name);
        }
    }
Exemple #2
0
 public override void SysInitial()
 {
     m_cTableResMgr = this;
     base.SysInitial();
 }