summaryrefslogtreecommitdiff
path: root/Client/Assembly-CSharp/ChatNoteTypes.cs
blob: c8e35140ef350b13127dc3cf62537b2eb26bb480 (plain)
1
2
3
4
5
6
using System;

public enum ChatNoteTypes
{
	DidVote
}