Exemplo n.º 1
0
 //PlaySoundPacket
 private static void HandlePacket(PlaySoundPacket packet)
 {
     Audio.AddGameSound(packet.Sound, false);
 }