Skip to content

Commit d68c870

Browse files
extraesnickelc
authored andcommitted
add missing event enums
1 parent c9209cd commit d68c870

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Modio/Models/Response/Mod.cs

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -475,4 +475,14 @@ public enum ModEventType
475475
/// A user has joined or left the mod team.
476476
/// </summary>
477477
MOD_TEAM_CHANGED,
478+
479+
/// <summary>
480+
/// A new comment was left on the mod.
481+
/// </summary>
482+
MOD_COMMENT_ADDED,
483+
484+
/// <summary>
485+
/// A comment was deleted from a mod.
486+
/// </summary>
487+
MOD_COMMENT_DELETED,
478488
}

0 commit comments

Comments
 (0)