fr.jeanf.eventsystem 0.0.4 → 0.0.5

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.
@@ -5,6 +5,6 @@ namespace jeanf.EventSystem
5
5
  {
6
6
  public interface IVoidEventSender
7
7
  {
8
- VoidEventChannelSO boolMessageChannel { get; set; }
8
+ VoidEventChannelSO voidMessageChannel { get; set; }
9
9
  }
10
10
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name":"fr.jeanf.eventsystem",
3
- "version":"0.0.4",
3
+ "version":"0.0.5",
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",