This commit is contained in:
2026-06-05 22:18:54 +09:00
parent 16029768cb
commit f468696071
5 changed files with 22 additions and 13 deletions
+10
View File
@@ -0,0 +1,10 @@
local main = {}
function main.space_age()
if not mods['space-age'] then
error('Mod not found\nSpace Age is not enabled\n太空時代尚未啟用\nSpace Age が有効になっていません')
return
end
end
return main