feat: 添加21点帮助
This commit is contained in:
@@ -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)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user