This commit is contained in:
Михаил Капелько
2023-05-24 19:40:56 +03:00
parent 6fb992ed0b
commit b7a3be5685
3 changed files with 12 additions and 12 deletions

11
shared/model.web.js Normal file
View File

@@ -0,0 +1,11 @@
function memorySide() {
return 50
}
function memorySpace() {
return 20
}
function memoryGap() {
return memorySide() + memorySpace()
}