File tree Expand file tree Collapse file tree 4 files changed +1
-9
lines changed
NetworkingManagerComponents Expand file tree Collapse file tree 4 files changed +1
-9
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ namespace MLAPI.Data
44{
55 internal class NetworkPool
66 {
7- internal int spawnablePrefabIndex ;
87 internal GameObject [ ] objects ;
98 internal ushort poolId ;
109
Original file line number Diff line number Diff line change 55using System . IO ;
66using UnityEngine ;
77using UnityEngine . Networking ;
8- using UnityEngine . SceneManagement ;
98
109namespace MLAPI
1110{
Original file line number Diff line number Diff line change 11using MLAPI ;
2- using System ;
3- using System . Collections . Generic ;
42using System . IO ;
5- using System . Linq ;
6- using System . Text ;
73using UnityEngine ;
84
95namespace MLAP
Original file line number Diff line number Diff line change 1- using System ;
2- using System . Collections . Generic ;
1+ using System . Collections . Generic ;
32using System . IO ;
43using System . Linq ;
5- using System . Text ;
64using UnityEngine ;
75using UnityEngine . SceneManagement ;
86
You can’t perform that action at this time.
0 commit comments