feat: 添加21点帮助
This commit is contained in:
parent
71b3fe8bbf
commit
0162c27789
@ -14,6 +14,7 @@ var userGameMap map[string]*core.BackJackGame
|
|||||||
|
|
||||||
func init() {
|
func init() {
|
||||||
handler.RegisterHandler("bj", blackJack, constants.LEVEL_USER)
|
handler.RegisterHandler("bj", blackJack, constants.LEVEL_USER)
|
||||||
|
handler.RegisterHelpInform("bj start", "Play a game of blackjack")
|
||||||
userGameMap = make(map[string]*core.BackJackGame)
|
userGameMap = make(map[string]*core.BackJackGame)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user