| Fight/GameActor/GA_NpcClientCollect.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
Fight/GameActor/GA_NpcClientCollect.cs
@@ -108,7 +108,15 @@ if (_chkDistSqrt < 4) { StartCollect(); var _model = ModelCenter.Instance.GetModel<HazyGrassModel>(); if (_model.CanCollectClientNpc(NpcConfig.NPCID)) { StartCollect(); } else { _model.DisplayCollectErrorTip(); } } }