Skip to content

Commit 8a11b25

Browse files
committed
Add UPM Support
1 parent 0c54f17 commit 8a11b25

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"name": "com.devsdaddy.eventframework",
3+
"displayName": "Unity Event Framework",
4+
"version": "0.9.0",
5+
"unity": "2019.3",
6+
"description": "Unity Event Framework is a simple and elegant way to handle events between your objects in Unity. The framework uses the PubSub pattern with current Payload states for easy access to previously sent events.",
7+
"keywords": [
8+
"events",
9+
"framework",
10+
"pubsub",
11+
"pattern",
12+
"reactive",
13+
"unity"
14+
],
15+
"category": "Unity"
16+
}

0 commit comments

Comments
 (0)