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 ;
21using System . Linq ;
32using System . Numerics ;
3+ using UnityEngine ;
44
55namespace Thirdweb . Unity
66{
@@ -12,7 +12,7 @@ public class ThirdwebManager : ThirdwebManagerBase
1212 [ field: SerializeField ]
1313 private string BundleId { get ; set ; }
1414
15- public new static ThirdwebManager Instance
15+ public static new ThirdwebManager Instance
1616 {
1717 get => ThirdwebManagerBase . Instance as ThirdwebManager ;
1818 }
Original file line number Diff line number Diff line change 1- using UnityEngine ;
1+ using System ;
22using System . Collections . Generic ;
3+ using System . IO ;
4+ using System . Linq ;
35using System . Numerics ;
46using System . Threading . Tasks ;
5- using System . Linq ;
6- using System ;
7- using System . IO ;
87using Newtonsoft . Json ;
8+ using UnityEngine ;
99
1010namespace Thirdweb . Unity
1111{
@@ -16,7 +16,7 @@ public enum WalletProvider
1616 InAppWallet ,
1717 WalletConnectWallet ,
1818 MetaMaskWallet ,
19- EcosystemWallet
19+ EcosystemWallet ,
2020 }
2121
2222 [ Serializable ]
You can’t perform that action at this time.
0 commit comments