unity error

This commit is contained in:
2026-08-12 13:45:19 +05:30
parent c2f4c2f808
commit 9970488938
27 changed files with 4150 additions and 114 deletions
+1
View File
@@ -135,6 +135,7 @@ public class Puck : NetworkBehaviour
if (AudioManager.instance != null){
AudioManager.instance.PlayPuckHit(vol);
if(isServer){
ReplayRecorder.RecordHit("puck_puck", vol, this);
RpcPuckHitAudio(vol);
}
}