fork from 1.3
This commit is contained in:
12
FreeSR.Proto/MessageGroupStatus.cs
Normal file
12
FreeSR.Proto/MessageGroupStatus.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
namespace FreeSR.Proto
|
||||
{
|
||||
using ProtoBuf;
|
||||
public enum MessageGroupStatus
|
||||
{
|
||||
MESSAGE_GROUP_NONE = 0,
|
||||
MESSAGE_GROUP_DOING = 1,
|
||||
MESSAGE_GROUP_FINISH = 2,
|
||||
MESSAGE_GROUP_FROZEN = 3,
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user