8 lines
80 B
C#
8 lines
80 B
C#
|
|
public enum UserMsgType
|
|
{
|
|
SYSTEM = 1,
|
|
PRAISE = 2,
|
|
COMMENT = 3
|
|
}
|