| Fight/Actor/State/SMB/STM_BaseAttack.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
Fight/Actor/State/SMB/STM_BaseAttack.cs
@@ -220,6 +220,14 @@ GActorFight _fight = owner as GActorFight; if (_fight == null) { #if UNITY_EDITOR Debug.LogError("owner类型问题: " + owner.GetType()); #endif return; } _fight.SkillMgr.DoingPrepareSkill = false; if (owner.ActorType == GameObjType.gotPlayer)