1
This commit is contained in:
parent
04f2916b68
commit
6ddbfb87fc
@ -2,6 +2,7 @@ package mt
|
||||
|
||||
import (
|
||||
"f5"
|
||||
"math/rand"
|
||||
"main/mtb"
|
||||
)
|
||||
|
||||
@ -17,5 +18,5 @@ func (this *Reward) RandScore() int32 {
|
||||
if this.GetReward1() <0 {
|
||||
|
||||
}
|
||||
return 0
|
||||
return int32(rand.Intn(10))
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user