enum.go 427 Bytes
Newer Older
chenweijian's avatar
chenweijian committed
1 2
package res_e

hujiebin's avatar
hujiebin committed
3
import "git.hilo.cn/hilo-common/resource/mysql"
chenweijian's avatar
chenweijian committed
4 5 6 7

type MsgIdType = uint

const (
hujiebin's avatar
hujiebin committed
8
	DefaultLang = "en"
chenweijian's avatar
chenweijian committed
9 10 11 12 13 14 15
)

type ResMedalType = mysql.Type
type ResMedalScope = mysql.Type
type ResNameplateType = mysql.Type
type ResNameplateObtainType = mysql.Type
type ResNameplateScope = mysql.Type
hujiebin's avatar
hujiebin committed
16
type ResUserBag = mysql.Type
hujiebin's avatar
hujiebin committed
17
type ResPropertyAvatarType = mysql.Type
hujiebin's avatar
hujiebin committed
18 19 20 21

const (
	ResUserBagGift ResUserBag = 1 // 背包道具-礼物
)