Ejemplo n.º 1
0
    public LobbyResConfig()
    {
        scripts = new ScriptRes();

        common    = new BaseRes();
        hotUpdate = new BaseRes();
        login     = new BaseRes();
        lobby     = new BaseRes();
        game      = new BaseRes();
    }
Ejemplo n.º 2
0
 public void registerScriptType(string path, System.Type scriptType)
 {
     m_path2ResDic[path] = new ScriptRes();
     (m_path2ResDic[path] as ScriptRes).scriptType = scriptType;
 }
Ejemplo n.º 3
0
 public void registerScriptType(string path, System.Type scriptType)
 {
     m_path2ResDic[path] = new ScriptRes();
     (m_path2ResDic[path] as ScriptRes).scriptType = scriptType;
 }