feat(config): config as a module

This commit is contained in:
FjamZoo
2023-11-14 23:00:31 -08:00
committed by GitHub
parent f6793b1c22
commit cb1a23fb50
4 changed files with 14 additions and 14 deletions
+6
View File
@@ -0,0 +1,6 @@
return {
OxygenLevel = 100,
PutOnSuitTimeMs = 5000,
TakeOffSuitTimeMs = 5000,
RefillTankTimeMs = 5000
}