File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 4
4
using System . Linq ;
5
5
using MLAPI . Transports ;
6
6
using BitStream = MLAPI . Serialization . BitStream ;
7
- #if ! DISABLE_CRYPTOGRAPHY
8
7
using System . Security . Cryptography . X509Certificates ;
9
- #endif
10
8
using MLAPI . Hashing ;
11
9
using MLAPI . Serialization . Pooled ;
12
10
using UnityEngine . Serialization ;
Original file line number Diff line number Diff line change 3
3
using System . Collections . Generic ;
4
4
using UnityEngine ;
5
5
using System . Linq ;
6
- #if ! DISABLE_CRYPTOGRAPHY
7
- using System . Security . Cryptography ;
8
- using System . Security . Cryptography . X509Certificates ;
9
- #endif
10
6
using MLAPI . Logging ;
11
7
using UnityEngine . SceneManagement ;
12
8
using System . IO ;
9
+ using System . Security . Cryptography ;
10
+ using System . Security . Cryptography . X509Certificates ;
13
11
using MLAPI . Configuration ;
14
12
using MLAPI . Security ;
15
13
using MLAPI . Internal ;
You can’t perform that action at this time.
0 commit comments