From a66f6804dadc089089f2f17d1c8a51e4033f2875 Mon Sep 17 00:00:00 2001 From: talha-trili Date: Wed, 4 Dec 2024 13:42:45 +0000 Subject: [PATCH] chore: unused namespace removed --- Runtime/Scripts/WalletProvider/WalletProviderController.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Runtime/Scripts/WalletProvider/WalletProviderController.cs b/Runtime/Scripts/WalletProvider/WalletProviderController.cs index e407834..71067bd 100644 --- a/Runtime/Scripts/WalletProvider/WalletProviderController.cs +++ b/Runtime/Scripts/WalletProvider/WalletProviderController.cs @@ -8,7 +8,6 @@ using Tezos.Provider; using Tezos.Reflection; using Tezos.SaveSystem; -using UnityEngine; using OperationRequest = Tezos.Operation.OperationRequest; using OperationResponse = Tezos.Operation.OperationResponse;