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

Add events "Success" and "Failed" for data methods #84

Closed Acecateer closed 5 years ago

Acecateer commented 5 years ago

I like how you get a success response from the data methods but it doesn't allow you to detect a save failure from the auto save loop. So I added the events Success and Failed like in the master branch DataService implementation.