Update Constants.ts

This commit is contained in:
Thomas B 2022-03-22 08:35:22 -04:00 committed by GitHub
parent 9381cb4a67
commit 67ca1fc3e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -5,5 +5,5 @@ export const StanekConstants: {
} = { } = {
RAMBonus: 0.1, RAMBonus: 0.1,
BaseSize: 9, BaseSize: 9,
MaxSize: 25 MaxSize: 50
}; };