Added FETCH_PROFILE ClientType

This commit is contained in:
Tristan B. Velloza Kildaire 2022-01-12 15:48:16 +02:00
parent acda486294
commit dde2787bf5
1 changed files with 2 additions and 1 deletions

View File

@ -55,7 +55,8 @@ struct ServerMessage
public enum ClientType
{
AUTH,
ENTITYMESSAGE
ENTITYMESSAGE,
FETCH_PROFILE
}
/**