qinglong commit

dev_chengFeng
jiaoyangna 2020-08-26 16:15:52 +08:00
parent b3774c7a44
commit e1a2a7cd52
1 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@ local taskData = {}
this.scoreId = 0
this.score = 0
this.traiWeekTime = 0
local level = 0
this.level = 0
function this.Initialize()
this.InitializeData()
end
@ -154,11 +154,11 @@ function this.GetRewardData(lv)
end
function this.SetLevel(_level)
level = _level
this.level = _level
end
function this.GetLevel()
return level
return this.level
end
function this.GetQinglongTaskData(_curtype)