You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 10, 2021. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
This package provides utilities for implementing game architecture which is oriented around `ScriptableObject` assets and Game Events. Most of these ideas are based on [Unite2017](https://github.com/roboryantron/Unite2017).
3
3
4
4
## Features
5
-
- Game Events - allows transferring of event messages using `ScriptableObject` assets. See
5
+
- Game Events - allows transferring of event messages using `ScriptableObject` assets.
6
6
- Game Event listeners - listener components which allow subscribing to specific events.
7
7
- Mutable Objects - allows sharing and resetting of data via `ScriptableObject` assets.
0 commit comments