mirror of
https://github.com/Dadechin/Unity-WebSocket.git
synced 2025-07-17 18:54:35 +00:00
11 lines
167 B
C#
11 lines
167 B
C#
|
using UnityEngine;
|
||
|
using WebSocketSharp;
|
||
|
using Concentus.Structs;
|
||
|
using System.Collections.Concurrent;
|
||
|
using System;
|
||
|
|
||
|
public class VoicePlayer : MonoBehaviour
|
||
|
{
|
||
|
|
||
|
}
|