8 lines
80 B
C#
Raw Permalink Normal View History

2024-11-28 13:36:05 +08:00

public enum UserMsgType
{
SYSTEM = 1,
PRAISE = 2,
COMMENT = 3
}