From 2910125393539e34101a4d133d4396395bc9cc8b Mon Sep 17 00:00:00 2001 From: GL <2365963573@qq.com> Date: Tue, 24 Dec 2024 17:40:22 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9A=BE=E5=8F=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Role/Attack.cs | 2 +- Role/Bullet.cs | 2 +- Role/Role.cs | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Role/Attack.cs b/Role/Attack.cs index d1592b5..afad215 100644 --- a/Role/Attack.cs +++ b/Role/Attack.cs @@ -209,7 +209,7 @@ public class Attack : MonoBehaviour public void EndFire() { fireAni.SetInteger("State", 1); - Debug.Log("停止火焰"); + //Debug.Log("停止火焰"); } diff --git a/Role/Bullet.cs b/Role/Bullet.cs index 3dc0e3e..4128962 100644 --- a/Role/Bullet.cs +++ b/Role/Bullet.cs @@ -172,7 +172,7 @@ public class Bullet : MonoBehaviour go.transform.position = new Vector2(collision.transform.position.x, collision.transform.position.y + 0.2f); go.GetComponent().bullet = this; Crole.FlashRedEffect(); - Debug.Log(""); + //Debug.Log(""); } } diff --git a/Role/Role.cs b/Role/Role.cs index 6ce1f76..2be6115 100644 --- a/Role/Role.cs +++ b/Role/Role.cs @@ -453,7 +453,7 @@ public class Role : Fun if (camp==Camp.Player) { - Debug.Log("ֵ==============================" + MengyaoInfo.Instance.m_Mengyao.Count); + // Debug.Log("ֵ==============================" + MengyaoInfo.Instance.m_Mengyao.Count); foreach (Character character in MengyaoInfo.Instance.m_Mengyao) { if (id ==character.Id) @@ -470,7 +470,7 @@ public class Role : Fun AttackType=character.AttackType;// AttackActionType=character.AttackActionType;// CriticalHitRateBonus = float.Parse(character.CriticalHitRateBonus); - Debug.Log("ֵ++++++++++++++++++++++++++++++"); + //Debug.Log("ֵ++++++++++++++++++++++++++++++"); } } } @@ -488,7 +488,7 @@ public class Role : Fun { // 㱩˺ͨ˺Աӳɣ num *= (1 + CriticalHitRateBonus); - Debug.Log("˺ӣ" + num); + //Debug.Log("˺ӣ" + num); } return num;