show next continent

This commit is contained in:
41666 2023-06-09 16:44:05 -04:00
parent 9b439d0a19
commit ca9be2d846
3 changed files with 42 additions and 0 deletions

View file

@ -21,6 +21,7 @@ export type MetagameWorld = {
tr: number;
vs: number;
};
locked_since?: string;
}[];
};