Moved NetworkClient and NetworkingConfiguration to Data namespace
This commit is contained in:
parent
62fcfc06d0
commit
8b95b7d888
@ -2,7 +2,7 @@
|
|||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using UnityEngine;
|
using UnityEngine;
|
||||||
|
|
||||||
namespace MLAPI
|
namespace MLAPI.Data
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// A NetworkedClient
|
/// A NetworkedClient
|
||||||
|
@ -4,7 +4,7 @@ using System.IO;
|
|||||||
using System.Security.Cryptography;
|
using System.Security.Cryptography;
|
||||||
using UnityEngine.Networking;
|
using UnityEngine.Networking;
|
||||||
|
|
||||||
namespace MLAPI
|
namespace MLAPI.Data
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// The configuration object used to start server, client and hosts
|
/// The configuration object used to start server, client and hosts
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
using MLAPI.MonoBehaviours.Core;
|
using MLAPI.Data;
|
||||||
|
using MLAPI.MonoBehaviours.Core;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.IO;
|
using System.IO;
|
||||||
using UnityEngine;
|
using UnityEngine;
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
using MLAPI.MonoBehaviours.Core;
|
using MLAPI.Data;
|
||||||
|
using MLAPI.MonoBehaviours.Core;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.IO;
|
using System.IO;
|
||||||
using UnityEngine;
|
using UnityEngine;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user