mirror of
https://github.com/geode-sdk/geode.git
synced 2025-02-17 00:30:26 -05:00
add the CommentType enum (#344)
This commit is contained in:
parent
d050d039c0
commit
557b9e3126
1 changed files with 5 additions and 0 deletions
|
@ -110,6 +110,11 @@ enum class CommentError {
|
|||
enum class BackupAccountError {
|
||||
};
|
||||
|
||||
enum class CommentType {
|
||||
Level = 0,
|
||||
Account = 1,
|
||||
};
|
||||
|
||||
enum class BoomListType {
|
||||
Default = 0x0,
|
||||
User = 0x2,
|
||||
|
|
Loading…
Reference in a new issue