2021-04-20 13:58:00 +08:00
|
|
|
SecondaryMissionManager = {};
|
2020-05-09 13:31:21 +08:00
|
|
|
local this = SecondaryMissionManager
|
|
|
|
|
|
|
|
function this.Initialize()
|
|
|
|
|
|
|
|
end
|
|
|
|
|
|
|
|
function this.TextFun()
|
2021-01-09 14:20:06 +08:00
|
|
|
Log("新的文件测试方法")
|
2020-05-09 13:31:21 +08:00
|
|
|
end
|
|
|
|
|
2020-06-23 18:36:24 +08:00
|
|
|
return this
|