Add rivals support for Lapistoria-peace

Fix stamp not properly initialized on usaneko
This commit is contained in:
cracrayol
2021-04-15 23:45:06 +02:00
parent efb28ad9a0
commit c3119b6e4b
8 changed files with 280 additions and 54 deletions
+5
View File
@@ -28,6 +28,11 @@ export interface Params {
};
}
export interface Rivals {
collection: 'rivals',
rivals: string[]
}
export interface Scores {
collection: 'scores',
version: string,