Sleitnick / AeroGameFramework

AeroGameFramework is a Roblox game framework that makes development easy and fun. The framework is designed to simplify the communication between modules and seamlessly bridge the gap between the server and client.
https://sleitnick.github.io/AeroGameFramework/
MIT License
215 stars 57 forks source link

Remove Event module in favor of Signal module #196

Closed Sleitnick closed 4 years ago

Sleitnick commented 4 years ago

Add new Signal module from Knit and remove old Event module. They both have the same API, but the Signal object will properly handle edge-cases better.