Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var MoneyType = map[int32]string{
1001: "钻石",
1002: "衣服1",
1003: "衣服2",
1004: "衣服3",
}
View Source
var RoleType = map[int32]string{
0: "唐僧",
1: "孙悟空",
2: "猪八戒",
3: "沙僧",
}
Functions ¶
This section is empty.
Types ¶
type CombineConfig ¶ added in v1.0.7
type CombineConfig struct { Conf []*CombineConfigElem // contains filtered or unexported fields }
func (*CombineConfig) IndexByID ¶ added in v1.0.7
func (this *CombineConfig) IndexByID(id int32) *CombineConfigElem
func (*CombineConfig) Load ¶ added in v1.0.7
func (this *CombineConfig) Load(f string) error
type CombineConfigElem ¶ added in v1.0.7
type ExampleConfig ¶
type ExampleConfig struct { Conf []*ExampleConfigElem // contains filtered or unexported fields }
func (*ExampleConfig) IndexByID ¶
func (this *ExampleConfig) IndexByID(id int32) *ExampleConfigElem
func (*ExampleConfig) Load ¶
func (this *ExampleConfig) Load(f string) error
type ExampleConfigElem ¶
Click to show internal directories.
Click to hide internal directories.