| System/Compose/New/ComposeWinModel.cs | ●●●●● 补丁 | 查看 | 原始文档 | 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)