Remove some redundant typing

This commit is contained in:
Snarling
2022-09-20 07:23:35 -04:00
parent db835862d7
commit 6e3a6be106
14 changed files with 26 additions and 244 deletions
+1 -5
View File
@@ -1,8 +1,4 @@
export const StanekConstants: {
RAMBonus: number;
BaseSize: number;
MaxSize: number;
} = {
export const StanekConstants = {
RAMBonus: 0.1,
BaseSize: 9,
MaxSize: 25,