fixed some warnings

This commit is contained in:
tom.hempel
2025-10-25 14:07:50 +02:00
parent 1274d6277d
commit 4ddb89d011
3 changed files with 7 additions and 4 deletions

View File

@ -36,7 +36,6 @@ namespace Convai.Scripts.Runtime.Multiplayer
[Header("Audio Settings")]
[SerializeField] private int maxSamplesPerPacket = 8192;
[SerializeField] private bool sendTranscripts = true;
// Network components
private UdpClient _udpClient;