fr.jeanf.eventsystem 0.1.82 → 0.1.83

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.
@@ -4,7 +4,7 @@ using jeanf.EventSystem;
4
4
  using UnityEditor;
5
5
  using UnityEngine;
6
6
 
7
- namespace uvs.tools
7
+ namespace jeanf.EventSystem
8
8
  {
9
9
  public class BoolEventOnClick : MonoBehaviour
10
10
  {
@@ -4,7 +4,7 @@ using jeanf.EventSystem;
4
4
  using UnityEditor;
5
5
  using UnityEngine;
6
6
 
7
- namespace uvs.tools
7
+ namespace jeanf.EventSystem
8
8
  {
9
9
  public class SendIntEventOnClick : MonoBehaviour
10
10
  {
@@ -4,7 +4,7 @@ using jeanf.EventSystem;
4
4
  using UnityEditor;
5
5
  using UnityEngine;
6
6
 
7
- namespace uvs.tools
7
+ namespace jeanf.EventSystem
8
8
  {
9
9
  public class SendStringEventOnClick : MonoBehaviour
10
10
  {
@@ -4,7 +4,7 @@ using jeanf.EventSystem;
4
4
  using UnityEditor;
5
5
  using UnityEngine;
6
6
 
7
- namespace uvs.tools
7
+ namespace jeanf.EventSystem
8
8
  {
9
9
  public class SendVoidEventOnClick : MonoBehaviour
10
10
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name":"fr.jeanf.eventsystem",
3
- "version":"0.1.82",
3
+ "version":"0.1.83",
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",