2020-08-25 15:46:38 +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
|