MrStahlfelge / gdx-gamesvcs

Easy integration of gameservices in your libGDX game: Google Play Games, Apple Game Center, Amazon GameCircle and more
Apache License 2.0
113 stars 20 forks source link

obsolete feature #7

Closed mgsx-dev closed 7 years ago

mgsx-dev commented 7 years ago

https://github.com/MrStahlfelge/gdx-gamesvcs/blob/eb7b388586b6f818d333d85293a6dc96e2a52eef/core/src/de/golfgl/gdxgamesvcs/IGameServiceClient.java#L251

Obsolete since showGameStates was removed

MrStahlfelge commented 7 years ago

That's right. I removed showGameStates because its parameters were not sufficient. Unlike the other show* method, it needs response listeners. Could also be that you need different methods for saving and loading.

So I better remove the ShowGameStatesUI, too.