Optimize performance
This commit is contained in:
parent
e4cd3284b7
commit
b8ef90c100
31 changed files with 319 additions and 206 deletions
|
|
@ -3,6 +3,7 @@ export interface Options {
|
|||
name: string;
|
||||
playerLimit: number;
|
||||
scoreLimit: number;
|
||||
npcCount: number;
|
||||
seed: number;
|
||||
worldSize: number;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue