Skip to content

Commit

Permalink
Fix Autosave PC & SBPR build
Browse files Browse the repository at this point in the history
  • Loading branch information
ManlyMarco committed Dec 18, 2024
1 parent 5c8a451 commit 6082688
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Autosave.Core/Autosave.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@
using Studio;
#endif

#if PC || SBPR
// Too old Unity version, fall back to WaitForSeconds since it doesn't cause any major issues in these games
using WaitForSecondsRealtime = UnityEngine.WaitForSeconds;
#endif

namespace KK_Plugins
{
/// <summary>
Expand Down

0 comments on commit 6082688

Please sign in to comment.