NIP parser v2 (#17)
This commit is contained in:
9
pkg/data/item/tier.go
Normal file
9
pkg/data/item/tier.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package item
|
||||
|
||||
type Tier int
|
||||
|
||||
const (
|
||||
TierNormal Tier = iota
|
||||
TierExceptional
|
||||
TierElite
|
||||
)
|
||||
Reference in New Issue
Block a user