Skip to content

Commit

Permalink
Add missing bracket
Browse files Browse the repository at this point in the history
  • Loading branch information
cgisca committed Aug 3, 2020
1 parent 6d195e5 commit 7b83b29
Show file tree
Hide file tree
Showing 4 changed files with 140 additions and 2 deletions.
128 changes: 128 additions & 0 deletions .idea/codeStyles/Project.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions .idea/codeStyles/codeStyleConfig.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ import org.godotengine.godot.Godot
import org.godotengine.godot.plugin.GodotPlugin
import org.godotengine.godot.plugin.SignalInfo
import java.math.BigInteger
import java.util.concurrent.Callable
import java.util.concurrent.FutureTask
import java.util.Random

class PlayGameServicesGodot(godot: Godot) : GodotPlugin(godot), AchievementsListener, EventsListener,
Expand Down Expand Up @@ -200,6 +198,7 @@ class PlayGameServicesGodot(godot: Godot) : GodotPlugin(godot), AchievementsList

fun isSignedIn(): Boolean {
return signInController.isSignedIn()
}

fun showAchievements() {
runOnUiThread {
Expand Down

0 comments on commit 7b83b29

Please sign in to comment.