godot-sdk-integrations / godot-play-game-services

A Godot 4.x plugin for integration with Google Play Game Services
MIT License
138 stars 10 forks source link

Proposal: rename the "Game" class in snapshots_client.gs to "GameInfo" #9

Closed g-libardi closed 9 months ago

g-libardi commented 9 months ago

It's a very common practice to have a global class named "Game" when developing in godot, so this class in snapshots_client.gd is a common conflict that requires the dev to refactor code in order to integrate the addon.

Iakobs commented 9 months ago

Hi! Thanks a lot for your suggestion! I created a new release with the name change, it was a very good suggestion, thanks again!