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
216 stars 57 forks source link

StoreService needs to use new Data module #88

Closed Sleitnick closed 4 years ago

Sleitnick commented 5 years ago

StoreService currently uses the old DataService, but should be updated to use the new Data module.

catgirlinspace commented 5 years ago

@Sleitnick Once the new Data module is available on the master branch will the DataService still be updated?

Sleitnick commented 4 years ago

Completed in PR https://github.com/Sleitnick/AeroGameFramework/pull/118

Sleitnick commented 4 years ago

@Dog2puppy Nope, DataService is removed.