Exemplo n.º 1
0
    public NpcCfg GetConfig(int key)
    {
        NpcCfg config = null;

        m_data.TryGetValue(key, out config);
        return(config);
    }
Exemplo n.º 2
0
 private void OnReadRow(NpcCfg row)
 {
     m_data[row.ID] = row;
 }