feat: add logger

This commit is contained in:
k0t9i
2023-10-17 20:20:25 +04:00
parent 03e61a9b9a
commit ab85800275
12 changed files with 248 additions and 1 deletions

View File

@@ -19,6 +19,7 @@ namespace L2Bot::Domain::Enums
announcement,
partyroomCommander = 15,
partyroomAll,
heroVoice
heroVoice,
log = 255
};
}