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
|
|
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