added comment to enum

This commit is contained in:
Sem van der Hoeven
2020-09-23 12:11:36 +02:00
parent 60cf23d980
commit a8d7e03331

View File

@@ -55,6 +55,9 @@ namespace Message
} }
} }
/// <summary>
/// Identifier enum for the Message objects
/// </summary>
public enum Identifier public enum Identifier
{ {
LOGIN, LOGIN,