You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/UnitySampleProject/Assets/Samples/web3.unity SDK/3.0.6/Web3.Unity Samples/Scripts/Samples/EvmSample.cs
+1-33Lines changed: 1 addition & 33 deletions
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,6 @@
15
15
usingNewtonsoft.Json;
16
16
usingScripts.EVM.Token;
17
17
usingUnityEngine;
18
-
#pragma warning disable 0414
19
18
publicclassEvmSample:MonoBehaviour,ISample
20
19
{
21
20
#region Fields
@@ -42,27 +41,11 @@ public class EvmSample : MonoBehaviour, ISample
0 commit comments