1
This commit is contained in:
parent
9189386f19
commit
04f2916b68
@ -12,3 +12,10 @@ type Reward struct {
|
||||
type RewardTable struct {
|
||||
f5.IdMetaTable[Reward]
|
||||
}
|
||||
|
||||
func (this *Reward) RandScore() int32 {
|
||||
if this.GetReward1() <0 {
|
||||
|
||||
}
|
||||
return 0
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user