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