diff --git a/src/Proyecto26.RestClient/Helpers/ExecuteOnMainThread.cs b/src/Proyecto26.RestClient/Helpers/ExecuteOnMainThread.cs index 1c5f4bf..8133a73 100644 --- a/src/Proyecto26.RestClient/Helpers/ExecuteOnMainThread.cs +++ b/src/Proyecto26.RestClient/Helpers/ExecuteOnMainThread.cs @@ -1,8 +1,6 @@ -#if NET_40 using System; using System.Collections; using System.Collections.Concurrent; -#endif using UnityEngine; namespace Proyecto26.Helper @@ -37,7 +35,6 @@ void Awake() } } -#if NET_40 /// /// Store all instance of Action's and try to invoke them /// @@ -60,6 +57,5 @@ void Update() } } } -#endif } -} \ No newline at end of file +}