made SpearheadAPI global (#34)

Co-authored-by: dutchie032 <dutchie032>
This commit is contained in:
2025-05-10 13:31:58 +02:00
committed by GitHub
co-authored by dutchie032 <dutchie032>
parent 1a482be97a
commit 6ff378455b
+1 -4
View File
@@ -2,7 +2,7 @@
local MissionCompleteListeners = {}
---@type SpearheadAPI
local SpearheadAPI = {
SpearheadAPI = {
Stages = {
changeStage = function(stageNumber)
if type(stageNumber) ~= "number" then
@@ -51,6 +51,3 @@ local SpearheadAPI = {
}
if Spearhead == nil then Spearhead = {} end
Spearhead.API = SpearheadAPI