From 453e0b5fe9dd4113a42fff733cd7ee19deed22a4 Mon Sep 17 00:00:00 2001 From: bzx <496597135@qq.com> Date: Sat, 30 Aug 2025 18:23:21 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=E9=87=8D=E7=BD=AE=E5=88=9D?= =?UTF-8?q?=E5=A7=8B=E6=9E=AA=E6=A2=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/_Zombie/Scripts/GameManager.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assets/_Zombie/Scripts/GameManager.cs b/Assets/_Zombie/Scripts/GameManager.cs index d4a80598..bf147888 100644 --- a/Assets/_Zombie/Scripts/GameManager.cs +++ b/Assets/_Zombie/Scripts/GameManager.cs @@ -203,7 +203,7 @@ public class GameManager : NetworkBehaviour public void GivePistol() { Debug.Log("创建武器中..."); - GameLocal.Ins.self.PickUpGun(GunType.FireGun, 20); + GameLocal.Ins.self.PickUpGun(GunType.Pistol, -999); } [Server]