Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DropConfig ¶
type DropConfigs ¶
type DropConfigs struct {
// contains filtered or unexported fields
}
func (*DropConfigs) Get ¶
func (d *DropConfigs) Get(dropId int) *DropConfig
func (*DropConfigs) GetItemTypeList ¶
func (d *DropConfigs) GetItemTypeList(itemType int) []*DropConfig
func (*DropConfigs) Load ¶
func (d *DropConfigs) Load(maps interface{}, reload bool) error
func (*DropConfigs) Name ¶
func (d *DropConfigs) Name() string
type DropOneConfig ¶
type DropOneConfig struct {
DropId int `json:"dropId"`
ItemType int `json:"itemType"`
ItemId int `json:"itemId"`
Num int `json:"num"`
DropType int `json:"dropType"`
DropValue int `json:"dropValue"`
Desc string `json:"desc"`
}
func (*DropOneConfig) Load ¶
func (d *DropOneConfig) Load(maps interface{}, _ bool) error
func (*DropOneConfig) Name ¶
func (d *DropOneConfig) Name() string
Click to show internal directories.
Click to hide internal directories.