fr.jeanf.eventsystem 0.2.2 → 0.3.0

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/.attestation.p7m CHANGED
Binary file
@@ -31,7 +31,7 @@ namespace jeanf.EventSystem.EditorTools
31
31
 
32
32
  const BindingFlags FieldFlags = BindingFlags.Instance | BindingFlags.NonPublic | BindingFlags.Public;
33
33
 
34
- [MenuItem("Tools/EventSystem/Event System Debugger")]
34
+ [MenuItem("Tools/Jeanf/EventSystem/Event System Debugger")]
35
35
  static void Open()
36
36
  {
37
37
  var w = GetWindow<EventSystemDebuggerWindow>();
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "fr.jeanf.eventsystem",
3
- "version": "0.2.2",
3
+ "version": "0.3.0",
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",
7
7
  "repository": {
8
8
  "url": "https://github.com/lejeanf/EventSystem",
9
9
  "type": "git",
10
- "revision": "bea8135651e195c8016a7984133a35be3b82c72e"
10
+ "revision": "6068a76d7a249f632a557073f308ae8105384ffa"
11
11
  },
12
12
  "keywords": [
13
13
  "jeanf",