summaryrefslogtreecommitdiff
path: root/sw-ui-kt
diff options
context:
space:
mode:
authorJoffrey Bion <joffrey.bion@booking.com>2020-03-25 11:57:20 +0100
committerJoffrey Bion <joffrey.bion@booking.com>2020-03-25 11:57:20 +0100
commit551c37d1008f963733f82512f4866aeea33bb01a (patch)
tree2398e5a1766b539cf65fe0c95ccf7d5c60ba4625 /sw-ui-kt
parentGet joinability/startability info from server with reason (diff)
downloadseven-wonders-551c37d1008f963733f82512f4866aeea33bb01a.tar.gz
seven-wonders-551c37d1008f963733f82512f4866aeea33bb01a.tar.bz2
seven-wonders-551c37d1008f963733f82512f4866aeea33bb01a.zip
Rename Game to GameScene to reflect component name
Diffstat (limited to 'sw-ui-kt')
-rw-r--r--sw-ui-kt/src/main/kotlin/org/luxons/sevenwonders/ui/components/game/GameScene.kt (renamed from sw-ui-kt/src/main/kotlin/org/luxons/sevenwonders/ui/components/game/Game.kt)0
1 files changed, 0 insertions, 0 deletions
diff --git a/sw-ui-kt/src/main/kotlin/org/luxons/sevenwonders/ui/components/game/Game.kt b/sw-ui-kt/src/main/kotlin/org/luxons/sevenwonders/ui/components/game/GameScene.kt
index 44136993..44136993 100644
--- a/sw-ui-kt/src/main/kotlin/org/luxons/sevenwonders/ui/components/game/Game.kt
+++ b/sw-ui-kt/src/main/kotlin/org/luxons/sevenwonders/ui/components/game/GameScene.kt
bgstack15