fr.jeanf.eventsystem 0.1.85 → 0.1.86

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.
@@ -1,9 +1,9 @@
1
1
  using System;
2
2
  using UnityEngine;
3
+ using jeanf.propertyDrawer;
3
4
 
4
5
  namespace jeanf.EventSystem
5
6
  {
6
- using jeanf.propertyDrawer;
7
7
  public class PingableScriptableObject : MonoBehaviour, IScriptableObjectEventSender, IScriptableObjectEventListener, IDebugBehaviour
8
8
  {
9
9
  public bool isDebug
@@ -1,10 +1,8 @@
1
- using System;
2
1
  using UnityEngine;
3
- using UnityEngine.Serialization;
2
+ using jeanf.propertyDrawer;
4
3
 
5
4
  namespace jeanf.EventSystem
6
5
  {
7
- using jeanf.propertyDrawer;
8
6
  public class TransformEventSender : MonoBehaviour, IDebugBehaviour
9
7
  {
10
8
  public bool isDebug
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name":"fr.jeanf.eventsystem",
3
- "version":"0.1.85",
3
+ "version":"0.1.86",
4
4
  "displayName":"Event System",
5
5
  "description":"This package contains a basic Event System based on Scriptable Objects as communication medium",
6
6
  "unity": "2021.3",