Skip to content

Commit

Permalink
Add fatal message type
Browse files Browse the repository at this point in the history
  • Loading branch information
Raicuparta committed Aug 5, 2020
1 parent 7ce00e8 commit 2747c43
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion OWML.Common/MessageType.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ public enum MessageType
Warning = 2,
Info = 3,
Success = 4,
Quit = 5
Quit = 5,
Fatal = 6
}
}

0 comments on commit 2747c43

Please sign in to comment.