mirror of
https://github.com/yawaflua/LuckyDiamond.git
synced 2025-12-10 12:19:31 +02:00
changed naming to CamelCase
This commit is contained in:
@@ -115,7 +115,7 @@ export default {
|
|||||||
firstlineGameMode() {
|
firstlineGameMode() {
|
||||||
return this.GameModes.filter(mode => [2,3].includes(mode.id))
|
return this.GameModes.filter(mode => [2,3].includes(mode.id))
|
||||||
},
|
},
|
||||||
TwolineGameMode() {
|
twolineGameMode() {
|
||||||
return this.GameModes.filter(mode => [4,5].includes(mode.id))
|
return this.GameModes.filter(mode => [4,5].includes(mode.id))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user