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 UnityEngine;
|
||||
|
||||
namespace MLAPI
|
||||
namespace MLAPI.Data
|
||||
{
|
||||
/// <summary>
|
||||
/// A NetworkedClient
|
||||
|
@ -4,7 +4,7 @@ using System.IO;
|
||||
using System.Security.Cryptography;
|
||||
using UnityEngine.Networking;
|
||||
|
||||
namespace MLAPI
|
||||
namespace MLAPI.Data
|
||||
{
|
||||
/// <summary>
|
||||
/// 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.IO;
|
||||
using UnityEngine;
|
||||
|
@ -1,4 +1,5 @@
|
||||
using MLAPI.MonoBehaviours.Core;
|
||||
using MLAPI.Data;
|
||||
using MLAPI.MonoBehaviours.Core;
|
||||
using System.Collections.Generic;
|
||||
using System.IO;
|
||||
using UnityEngine;
|
||||
|
Loading…
x
Reference in New Issue
Block a user