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