Files
vRp.CD2g_test/game/builtin/item_errors.go
2023-04-29 20:45:05 +08:00

6 lines
119 B
Go

package builtin
var (
ErrItemCountException = "the number of items cannot be empty and must be a positive integer"
)