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.
@@ -2,7 +2,7 @@ using System;
2
2
  using UnityEditor;
3
3
  using UnityEngine;
4
4
 
5
- namespace PuzzlescapeGames.Atributes
5
+ namespace PuzzlescapeGames.Services
6
6
  {
7
7
  [ CustomPropertyDrawer( typeof(TimeInfoAttribute) ) ]
8
8
  public sealed class TimeInfoDrawer : PropertyDrawer
@@ -0,0 +1,8 @@
1
+ fileFormatVersion: 2
2
+ guid: d66b4694838bd7d49a65294fa337dbf3
3
+ folderAsset: yes
4
+ DefaultImporter:
5
+ externalObjects: {}
6
+ userData:
7
+ assetBundleName:
8
+ assetBundleVariant:
@@ -3,7 +3,8 @@
3
3
  "rootNamespace": "",
4
4
  "references": [
5
5
  "GUID:1de137006ee9ba0498bfecb3f78298e2",
6
- "GUID:0d8beb7f090555447a6cf5ce9e54dbb4"
6
+ "GUID:0d8beb7f090555447a6cf5ce9e54dbb4",
7
+ "GUID:da6c766fb7acd4846902a2217a5b299e"
7
8
  ],
8
9
  "includePlatforms": [
9
10
  "Editor"
@@ -1,6 +1,6 @@
1
1
  using UnityEngine;
2
2
 
3
- namespace PuzzlescapeGames.Atributes
3
+ namespace PuzzlescapeGames.Services
4
4
  {
5
5
  public sealed class TimeInfoAttribute : PropertyAttribute { }
6
6
  }
@@ -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;
@@ -1,7 +1,9 @@
1
+ using UnityEngine.Scripting;
1
2
  using Zenject;
2
3
 
3
4
  namespace PuzzlescapeGames.Services.TickableService
4
5
  {
6
+ [ Preserve ]
5
7
  public sealed class TickableServiceInstaller : Installer< TickableServiceInstaller >
6
8
  {
7
9
  public override void InstallBindings()
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name" : "com.puzzlescapegames.services",
3
3
  "displayName" : "Puzzlescape Games Services",
4
- "version" : "1.2.2",
4
+ "version" : "1.2.4",
5
5
  "author" : "Puzzlescape Games",
6
6
  "description" : "Common services.",
7
7
  "repository": {
@@ -1,3 +0,0 @@
1
- fileFormatVersion: 2
2
- guid: 11a143f5d3634f139384d88b2f6dc9d8
3
- timeCreated: 1741707363