Skip to content

Commit

Permalink
Task as dependency when TDK_HELIKA scripting define not active
Browse files Browse the repository at this point in the history
  • Loading branch information
aphexyuri committed Apr 4, 2024
1 parent 858004e commit 5f5f9eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Assets/Treasure/Example/Scripts/HarvesterUI.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@

#if TDK_THIRDWEB
using Thirdweb;
#else
using System.Threading.Tasks;
#endif

using TMPro;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#if TDK_HELIKA
using System.Collections.Generic;
using System.Threading.Tasks;
using Helika;

namespace Treasure
Expand Down

0 comments on commit 5f5f9eb

Please sign in to comment.