fix:重置初始枪械
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user