2020-05-09 13:31:21 +08:00
|
|
|
|
SecondaryMissionManager = {};
|
|
|
|
|
local this = SecondaryMissionManager
|
|
|
|
|
|
|
|
|
|
function this.Initialize()
|
|
|
|
|
|
|
|
|
|
end
|
|
|
|
|
|
|
|
|
|
function this.TextFun()
|
2020-06-23 18:36:24 +08:00
|
|
|
|
Log(Language[11392])
|
2020-05-09 13:31:21 +08:00
|
|
|
|
end
|
|
|
|
|
|
2020-06-23 18:36:24 +08:00
|
|
|
|
return this
|