mirror of
https://github.com/Dadechin/Unity-WebSocket.git
synced 2025-07-03 20:04:33 +00:00
12 lines
140 B
C#
12 lines
140 B
C#
using UnityEngine;
|
|
|
|
namespace FishNet.Managing.Client
|
|
{
|
|
public sealed partial class ClientManager : MonoBehaviour
|
|
{
|
|
|
|
}
|
|
|
|
|
|
}
|