moved files and added compile script
This commit is contained in:
Binary file not shown.
@@ -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
|
||||
|
||||
@@ -365,4 +365,5 @@ do -- INIT Mission Class
|
||||
end
|
||||
end
|
||||
|
||||
if not Spearhead.internal then Spearhead.internal = {} end
|
||||
Spearhead.internal.Mission = Mission
|
||||
@@ -440,4 +440,5 @@ do --init STAGE DIRECTOR
|
||||
end
|
||||
end
|
||||
|
||||
if not Spearhead.internal then Spearhead.internal = {} end
|
||||
Spearhead.internal.Stage = Stage
|
||||
Reference in New Issue
Block a user