少年修仙传客户端代码仓库
client_linchunjie
2018-11-06 b92d92e2df7328114cd08a6a4e971c02c3cf69f1
Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts
1个文件已修改
2 ■■■ 已修改文件
System/Compose/New/ComposeWinModel.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
System/Compose/New/ComposeWinModel.cs
@@ -220,7 +220,7 @@
    public bool TryGetFirstTypeData(int firstType,out ComposeFirstTypeData firstTypeData)
    {
        firstTypeData = null;
        return composeDataDict.TryGetValue(firstType,out firstTypeData);
        return composeOpenDataDict.TryGetValue(firstType,out firstTypeData);
    }
    public bool TryGetSecondTypeData(int firstType,int secondType,out ComposeSecondTypeData secondTypeData)