add the CommentType enum (#344)

This commit is contained in:
dankmeme01 2023-11-16 22:27:39 +01:00 committed by GitHub
parent d050d039c0
commit 557b9e3126
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -110,6 +110,11 @@ enum class CommentError {
enum class BackupAccountError {
};
enum class CommentType {
Level = 0,
Account = 1,
};
enum class BoomListType {
Default = 0x0,
User = 0x2,