Skip to content

Commit

Permalink
✨ 优化宏定义错误
Browse files Browse the repository at this point in the history
  • Loading branch information
xinansky committed Dec 13, 2024
1 parent 2519de1 commit 877db9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Runtime/Container/Runner.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
using System;
using System.Collections.Concurrent;
using System.Diagnostics;
using Cysharp.Threading.Tasks.Triggers;
using UnityEditor;
using UnityEngine;
using UnityEngine.Scripting;
Expand All @@ -12,6 +11,7 @@
#if SUPPORT_UNITASK && UNITY_2020_1_OR_NEWER
using System.Threading;
using Cysharp.Threading.Tasks;
using Cysharp.Threading.Tasks.Triggers;
#endif

#endregion
Expand Down

0 comments on commit 877db9f

Please sign in to comment.