File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
- using UnityEngine ;
2
1
using System . Linq ;
3
2
using System . Numerics ;
3
+ using UnityEngine ;
4
4
5
5
namespace Thirdweb . Unity
6
6
{
@@ -12,7 +12,7 @@ public class ThirdwebManager : ThirdwebManagerBase
12
12
[ field: SerializeField ]
13
13
private string BundleId { get ; set ; }
14
14
15
- public new static ThirdwebManager Instance
15
+ public static new ThirdwebManager Instance
16
16
{
17
17
get => ThirdwebManagerBase . Instance as ThirdwebManager ;
18
18
}
Original file line number Diff line number Diff line change 1
- using UnityEngine ;
1
+ using System ;
2
2
using System . Collections . Generic ;
3
+ using System . IO ;
4
+ using System . Linq ;
3
5
using System . Numerics ;
4
6
using System . Threading . Tasks ;
5
- using System . Linq ;
6
- using System ;
7
- using System . IO ;
8
7
using Newtonsoft . Json ;
8
+ using UnityEngine ;
9
9
10
10
namespace Thirdweb . Unity
11
11
{
@@ -16,7 +16,7 @@ public enum WalletProvider
16
16
InAppWallet ,
17
17
WalletConnectWallet ,
18
18
MetaMaskWallet ,
19
- EcosystemWallet
19
+ EcosystemWallet ,
20
20
}
21
21
22
22
[ Serializable ]
You can’t perform that action at this time.
0 commit comments