This commit is contained in:
GL 2025-01-06 16:52:31 +08:00
parent 08c0e0c73b
commit e895d287db
2 changed files with 3 additions and 2 deletions

@ -1 +1 @@
Subproject commit 3393f14b32615d8f319dea6bf9d09875aec65dce Subproject commit cbe42ad621dba92dff20e4fc5704f5d90973acbf

View File

@ -49,6 +49,7 @@ public class jbf_SkillUp : SkillUp
/// </summary> /// </summary>
public override void Skill_2_3() public override void Skill_2_3()
{ {
Debug.Log("jijijijijijijijijijijijijijijijijijij");
attack.BulletNumber += 1; attack.BulletNumber += 1;
base.attack.roleBulletSpeedAdd -= 0.1f; base.attack.roleBulletSpeedAdd -= 0.1f;
} }