-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
22 lines (22 loc) · 854 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "com.hudossay.attribute-events",
"version": "1.1.1",
"displayName": "Attribute Events",
"description": "This package allows to easily connect events and response methods in different MonoBehaviour scripts by simply marking them with attributes.\n\nThis allows scripts to interact with each other without depending on each other in code.\n\nYou can create local events that will only invoke methods in subscripted game objects or global events that will invoke matching methods in any game object.",
"unity": "2021.3",
"unityRelease": "7f1",
"documentationUrl": "",
"licensesUrl": "https://example.com/licensing.html",
"keywords": [
"Attribute",
"Events",
"Subscription",
"Connection",
"Decoupling",
"Dependencies"
],
"author": {
"name": "Bogdan Kushnir",
"email": "hudossay@gmail.com"
}
}