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