Iakobs / godot-play-game-services

A Godot 4.2 plugin for integration with Google Play Game Services
MIT License
82 stars 5 forks source link

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

Closed g-libardi closed 5 months ago

g-libardi commented 5 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 5 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!