fix:修复喷火枪涂层问题

This commit is contained in:
bzx
2025-08-30 19:38:09 +08:00
parent c35f712fa4
commit 2a787883ac
14 changed files with 2256 additions and 83 deletions

View File

@@ -203,7 +203,7 @@ public class GameManager : NetworkBehaviour
public void GivePistol()
{
Debug.Log("创建武器中...");
GameLocal.Ins.self.PickUpGun(GunType.Pistol, -999);
GameLocal.Ins.self.PickUpGun(GunType.FireGun, -999);
}
[Server]

View File

@@ -91,10 +91,6 @@ public class Gun2 : Launcher
{
isTrigger = true;
}
else
{
isTrigger = false;
}
if(isTrigger||isGrip)
{
CmdShot();