1
This commit is contained in:
parent
d0fa752a37
commit
84a52b0729
@ -12,3 +12,8 @@ type Global struct {
|
||||
type GlobalTable struct {
|
||||
f5.IdMetaTable[Global]
|
||||
}
|
||||
|
||||
func (this *GlobalTable) GetDice() int32 {
|
||||
meta := this.GetById(1)
|
||||
return meta.GetNumber()
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user