com.puzzlescapegames.services 1.2.2 → 1.2.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/{Runtime/Attributes/Editor → Editor/Attributes}/TimeInfoDrawer.cs +1 -1
- package/Editor/Attributes.meta +8 -0
- package/Editor/PuzzlescapeGames.Services.Editor.asmdef +2 -1
- package/Runtime/Attributes/TimeInfoAttribute.cs +1 -1
- package/Runtime/Services/TickableService/TickableService.cs +2 -0
- package/Runtime/Services/TickableService/TickableServiceInstaller.cs +2 -0
- package/package.json +1 -1
- package/Runtime/Attributes/Editor.meta +0 -3
- /package/{Runtime/Attributes/Editor → Editor/Attributes}/TimeInfoDrawer.cs.meta +0 -0
|
@@ -2,9 +2,11 @@ using Cysharp.Threading.Tasks;
|
|
|
2
2
|
using PuzzlescapeGames.Extensions;
|
|
3
3
|
using System;
|
|
4
4
|
using System.Threading;
|
|
5
|
+
using UnityEngine.Scripting;
|
|
5
6
|
|
|
6
7
|
namespace PuzzlescapeGames.Services.TickableService
|
|
7
8
|
{
|
|
9
|
+
[ Preserve ]
|
|
8
10
|
public sealed class TickableService
|
|
9
11
|
{
|
|
10
12
|
public event Action OnMinutesTick;
|
package/package.json
CHANGED
|
File without changes
|