Beispiel #1
0
    public NpcCfg GetConfig(int key)
    {
        NpcCfg config = null;

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