feat: Basic PubSub Manager for Live Emote Updates (#4087)

Co-authored-by: Rasmus Karlsson <rasmus.karlsson@pajlada.com>
This commit is contained in:
nerix
2022-10-29 14:01:01 +02:00
committed by GitHub
parent dd39bd66a0
commit ff684fc7ed
10 changed files with 742 additions and 1 deletions
+2
View File
@@ -42,6 +42,8 @@ CheckOptions:
value: .*
- key: readability-identifier-naming.PrivateMemberSuffix
value: _
- key: readability-identifier-naming.ProtectedMemberSuffix
value: _
- key: readability-identifier-naming.UnionCase
value: CamelCase
- key: readability-identifier-naming.GlobalVariableCase