add new levels

This commit is contained in:
xoviat 2021-01-05 17:18:24 -06:00 committed by GitHub
parent d89462fc16
commit f62eb66bf2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,6 +25,14 @@ pub enum Priority {
Level5 = 5,
Level6 = 6,
Level7 = 7,
Level8 = 8,
Level9 = 9,
Level10 = 10,
Level11 = 11,
Level12 = 12,
Level13 = 13,
Level14 = 14,
Level14 = 15,
}
impl From<u8> for Priority {