This commit is contained in:
jl777
2018-07-24 07:15:29 -11:00
parent cfea7a4690
commit 2fcf7a420c
3 changed files with 5 additions and 3 deletions

View File

@@ -41,7 +41,8 @@
EVAL(EVAL_IMPORTCOIN, 0xe2) \
EVAL(EVAL_ASSETS, 0xe3) \
EVAL(EVAL_FAUCET, 0xe4) \
EVAL(EVAL_REWARDS, 0xe5)
EVAL(EVAL_REWARDS, 0xe5) \
EVAL(EVAL_DICE, 0xe6)
typedef uint8_t EvalCode;