This commit is contained in:
aozhiwei 2024-11-11 11:50:58 +08:00
parent 9189386f19
commit 04f2916b68

View File

@ -12,3 +12,10 @@ type Reward struct {
type RewardTable struct {
f5.IdMetaTable[Reward]
}
func (this *Reward) RandScore() int32 {
if this.GetReward1() <0 {
}
return 0
}