refactor(decimal): 替换shopspring/decimal为govalues/decimal库
This commit is contained in:
@@ -3,7 +3,7 @@ package effect
|
||||
import (
|
||||
"blazing/logic/service/fight/input"
|
||||
|
||||
"github.com/shopspring/decimal"
|
||||
"github.com/govalues/decimal"
|
||||
)
|
||||
|
||||
// 41. 每回合恢复自身n点体力;(a1: n)
|
||||
|
||||
Reference in New Issue
Block a user