qinglong commit
parent
265f0f8781
commit
4fd97151a5
|
@ -165,6 +165,9 @@ function this.SetLevel(_level)
|
|||
end
|
||||
|
||||
function this.GetLevel()
|
||||
if this.level > 50 then
|
||||
this.level = 50
|
||||
end
|
||||
return this.level
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in New Issue