This commit is contained in:
Kim Ravn Hansen
2025-09-04 16:54:03 +02:00
parent fc28f4ef55
commit 0acd46fb6b
16 changed files with 629 additions and 21 deletions

5
server/models/player.js Normal file
View File

@@ -0,0 +1,5 @@
export class Player{
_username;
_passwordHash;
alias;
}