moved files and added compile script

This commit is contained in:
2024-09-28 17:21:25 +02:00
parent a4a23f1f55
commit 13a32a1dd0
5 changed files with 4 additions and 0 deletions
Binary file not shown.
+1
View File
@@ -58,4 +58,5 @@ do
end
end
if not Spearhead.internal then Spearhead.internal = {} end
Spearhead.internal.GlobalCapManager = GlobalCapManager
@@ -19,4 +19,5 @@ GlobalStageManager.start = function (database, stageConfig)
end
end
if not Spearhead.internal then Spearhead.internal = {} end
Spearhead.internal.GlobalStageManager = GlobalStageManager
+1
View File
@@ -365,4 +365,5 @@ do -- INIT Mission Class
end
end
if not Spearhead.internal then Spearhead.internal = {} end
Spearhead.internal.Mission = Mission
+1
View File
@@ -440,4 +440,5 @@ do --init STAGE DIRECTOR
end
end
if not Spearhead.internal then Spearhead.internal = {} end
Spearhead.internal.Stage = Stage