diff options
Diffstat (limited to 'Client/Assembly-CSharp/ChatNoteTypes.cs')
-rw-r--r-- | Client/Assembly-CSharp/ChatNoteTypes.cs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Client/Assembly-CSharp/ChatNoteTypes.cs b/Client/Assembly-CSharp/ChatNoteTypes.cs new file mode 100644 index 0000000..c8e3514 --- /dev/null +++ b/Client/Assembly-CSharp/ChatNoteTypes.cs @@ -0,0 +1,6 @@ +using System; + +public enum ChatNoteTypes +{ + DidVote +} |