public NpcCfg GetConfig(int key) { NpcCfg config = null; m_data.TryGetValue(key, out config); return(config); }
private void OnReadRow(NpcCfg row) { m_data[row.ID] = row; }