fork from 1.3
This commit is contained in:
11
FreeSR.Proto/MPCDPLIKLBL.cs
Normal file
11
FreeSR.Proto/MPCDPLIKLBL.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
namespace FreeSR.Proto
|
||||
{
|
||||
using ProtoBuf;
|
||||
public enum MPCDPLIKLBL
|
||||
{
|
||||
RAID_TARGET_STATUS_NONE = 0,
|
||||
RAID_TARGET_STATUS_DOING = 1,
|
||||
RAID_TARGET_STATUS_FINISH = 2,
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user