mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 11:00:32 +00:00
Websocket transport should be namespaced (#542)
This commit is contained in:
parent
9a0af7cb55
commit
70cfe9e8ce
@ -10,7 +10,7 @@
|
|||||||
using Ninja.WebSockets;
|
using Ninja.WebSockets;
|
||||||
using UnityEngine;
|
using UnityEngine;
|
||||||
|
|
||||||
namespace Mirror
|
namespace Mirror.Websocket
|
||||||
{
|
{
|
||||||
|
|
||||||
public class Client
|
public class Client
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
using Ninja.WebSockets;
|
using Ninja.WebSockets;
|
||||||
using UnityEngine;
|
using UnityEngine;
|
||||||
|
|
||||||
namespace Mirror
|
namespace Mirror.Websocket
|
||||||
{
|
{
|
||||||
// this is the client implementation used by browsers
|
// this is the client implementation used by browsers
|
||||||
public class Client
|
public class Client
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
using Ninja.WebSockets;
|
using Ninja.WebSockets;
|
||||||
using UnityEngine;
|
using UnityEngine;
|
||||||
|
|
||||||
namespace Mirror
|
namespace Mirror.Websocket
|
||||||
{
|
{
|
||||||
public class Server
|
public class Server
|
||||||
{
|
{
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
using System;
|
using System;
|
||||||
using UnityEngine;
|
using UnityEngine;
|
||||||
|
|
||||||
namespace Mirror
|
namespace Mirror.Websocket
|
||||||
{
|
{
|
||||||
public class WebsocketTransport : Transport
|
public class WebsocketTransport : Transport
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user