Drachenfrucht1 / godotcord

A Discord Game SDK integration for Godot
https://drachenfrucht1.github.io/godotcord
MIT License
53 stars 5 forks source link

Add Storage Manager #44

Closed sairam4123 closed 3 years ago

sairam4123 commented 3 years ago

Adds storage manager

Supersedes #41

jordi-star commented 3 years ago

We should decide if we want to take the signal approach or callback approach for async functions to be consistent across the whole project.

I think signals would be the most flexible. You get yields, connections, and more.

sairam4123 commented 3 years ago

I'll squash all the commits, once each and every issue is fixed.

sairam4123 commented 3 years ago

We should decide if we want to take the signal approach or callback approach for async functions to be consistent across the whole project.

I think signals would be the most flexible. You get yields, connections, and more.

That's why, I've chosen Signals approach.

sairam4123 commented 3 years ago

I will squash all commits into one now.