changes?
This commit is contained in:
@ -105,6 +105,7 @@ public class PlayerInteractionHandler : NetworkBehaviour
|
||||
{
|
||||
if (tempInvent.GetQuantityOf(pistol.projectileName) > 0)
|
||||
{
|
||||
print("Calling RPC:Fire(). Isclient:" + IsClient);
|
||||
pistol.Fire();
|
||||
noiseManager.ShotFired();
|
||||
tempInvent.Remove(pistol.projectileName);
|
||||
|
Reference in New Issue
Block a user