20240327-3
This commit is contained in:
21
anbs_cp/Enums/EActionStateMessageType.cs
Normal file
21
anbs_cp/Enums/EActionStateMessageType.cs
Normal file
@@ -0,0 +1,21 @@
|
||||
namespace anbs_cp.Enums;
|
||||
|
||||
/// <summary>
|
||||
/// Тип сообщения о состоянии
|
||||
/// </summary>
|
||||
public enum EActionStateMessageType
|
||||
{ /// <summary>
|
||||
/// Информация
|
||||
/// </summary>
|
||||
Information = 0,
|
||||
|
||||
/// <summary>
|
||||
/// Предупреждение
|
||||
/// </summary>
|
||||
Warning = 1,
|
||||
|
||||
/// <summary>
|
||||
/// Ошибка
|
||||
/// </summary>
|
||||
Error = 2
|
||||
}
|
Reference in New Issue
Block a user