mirror of
https://github.com/GTA-ASM/SanAndreasUnity
synced 2024-11-12 23:37:07 +00:00
spawn projectile on network
This commit is contained in:
parent
e825ecb6d4
commit
9d9b9743c5
1 changed files with 2 additions and 0 deletions
|
@ -49,6 +49,8 @@ namespace SanAndreasUnity.Behaviours
|
|||
}
|
||||
}
|
||||
|
||||
NetManager.Spawn(go);
|
||||
|
||||
return projectile;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue