This commit is contained in:
aozhiwei 2024-11-22 17:47:34 +08:00
parent c748641d1a
commit 971d8bded4

View File

@ -43,3 +43,7 @@ const (
SIDE_EFFECT_BUFF = "buff"
SIDE_EFFECT_BAG = "bag"
)
const (
BUFF_EFFECT_SCORE_CARD_X3 = 1
)