Optimize performance

This commit is contained in:
schmelczerandras 2020-10-26 14:18:36 +01:00
parent e4cd3284b7
commit b8ef90c100
31 changed files with 319 additions and 206 deletions

View file

@ -3,6 +3,7 @@ export interface Options {
name: string;
playerLimit: number;
scoreLimit: number;
npcCount: number;
seed: number;
worldSize: number;
}