Removed unused variables & general cleanup
This commit is contained in:
parent
0f08318224
commit
308c1324ae
@ -4,7 +4,6 @@ namespace MLAPI.Data
|
|||||||
{
|
{
|
||||||
internal class NetworkPool
|
internal class NetworkPool
|
||||||
{
|
{
|
||||||
internal int spawnablePrefabIndex;
|
|
||||||
internal GameObject[] objects;
|
internal GameObject[] objects;
|
||||||
internal ushort poolId;
|
internal ushort poolId;
|
||||||
|
|
||||||
|
@ -5,7 +5,6 @@ using System.Collections.Generic;
|
|||||||
using System.IO;
|
using System.IO;
|
||||||
using UnityEngine;
|
using UnityEngine;
|
||||||
using UnityEngine.Networking;
|
using UnityEngine.Networking;
|
||||||
using UnityEngine.SceneManagement;
|
|
||||||
|
|
||||||
namespace MLAPI
|
namespace MLAPI
|
||||||
{
|
{
|
||||||
|
@ -1,9 +1,5 @@
|
|||||||
using MLAPI;
|
using MLAPI;
|
||||||
using System;
|
|
||||||
using System.Collections.Generic;
|
|
||||||
using System.IO;
|
using System.IO;
|
||||||
using System.Linq;
|
|
||||||
using System.Text;
|
|
||||||
using UnityEngine;
|
using UnityEngine;
|
||||||
|
|
||||||
namespace MLAP
|
namespace MLAP
|
||||||
|
@ -1,8 +1,6 @@
|
|||||||
using System;
|
using System.Collections.Generic;
|
||||||
using System.Collections.Generic;
|
|
||||||
using System.IO;
|
using System.IO;
|
||||||
using System.Linq;
|
using System.Linq;
|
||||||
using System.Text;
|
|
||||||
using UnityEngine;
|
using UnityEngine;
|
||||||
using UnityEngine.SceneManagement;
|
using UnityEngine.SceneManagement;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user