1
0
forked from noxious/client

Improvement

This commit is contained in:
2025-02-11 23:17:06 +01:00
parent dd1cc795de
commit 2e3ff803f6
25 changed files with 30 additions and 28 deletions

View File

@ -57,5 +57,5 @@ export enum SocketEvent {
MAP_CHARACTER_JOIN = '3',
MAP_CHARACTER_LEAVE = '2',
MAP_CHARACTER_MOVE = '1',
CHAT_MESSAGE = '0',
}
CHAT_MESSAGE = '0'
}