qinglong commit

dev_chengFeng
jiaoyangna 2020-08-26 17:13:27 +08:00
parent 265f0f8781
commit 4fd97151a5
1 changed files with 3 additions and 0 deletions

View File

@ -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