Finished implementing NetworkService

This commit is contained in:
2026-04-02 17:26:23 +02:00
parent bf4bd3e218
commit f61fcb4daa
13 changed files with 1304 additions and 37 deletions

View File

@@ -7,4 +7,11 @@ export interface RGB {
export interface TimeStamp {
T: number;
I: number;
}
export interface PublicUserData {
pfp: string
displayName: string
username: string
userid: string
}