fork from 1.3
This commit is contained in:
13
FreeSR.Proto/KMCINAPPNGP.cs
Normal file
13
FreeSR.Proto/KMCINAPPNGP.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
namespace FreeSR.Proto
|
||||
{
|
||||
using ProtoBuf;
|
||||
public enum KMCINAPPNGP
|
||||
{
|
||||
SYNC_REASON_NONE = 0,
|
||||
SYNC_REASON_MP_ADD = 1,
|
||||
SYNC_REASON_MP_ADD_PROP_HIT = 2,
|
||||
SYNC_REASON_HP_ADD = 3,
|
||||
SYNC_REASON_HP_ADD_PROP_HIT = 4,
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user