1
This commit is contained in:
parent
6e16128598
commit
badf6a452a
@ -7,8 +7,16 @@ import (
|
|||||||
|
|
||||||
type Item struct {
|
type Item struct {
|
||||||
mtb.Item
|
mtb.Item
|
||||||
|
buffList []int32
|
||||||
}
|
}
|
||||||
|
|
||||||
type ItemTable struct {
|
type ItemTable struct {
|
||||||
f5.IdMetaTable[Item]
|
f5.IdMetaTable[Item]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func (this *Item) Init1() {
|
||||||
|
}
|
||||||
|
|
||||||
|
func (this *Item) GetBuffList() []int32 {
|
||||||
|
return this.buffList
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user