qinglong commit
parent
b3774c7a44
commit
e1a2a7cd52
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue