fix(client): config options and interact sound (#7)

This commit is contained in:
Matthew
2023-12-24 15:57:00 +01:00
committed by GitHub
parent 7d809f99a8
commit 60dd3a9851
2 changed files with 8 additions and 9 deletions
+1 -1
View File
@@ -2,5 +2,5 @@ return {
startingOxygenLevel = 100,
putOnSuitTimeMs = 5000,
takeOffSuitTimeMs = 5000,
RefillTankTimeMs = 5000
refillTankTimeMs = 5000
}