mirror of
https://github.com/asphyxia-core/plugins.git
synced 2026-09-22 22:27:56 +03:00
Add GITADORA rival support
Implement rival registration, profile responses, and Web UI controls. The UI is functional only; visual design and polish are not included in this change.
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
export interface Rival {
|
||||
collection: 'rival';
|
||||
|
||||
game: 'gf' | 'dm';
|
||||
version: string;
|
||||
rival_refid: string;
|
||||
slot: number;
|
||||
}
|
||||
Reference in New Issue
Block a user