committed by
GitHub
co-authored by
dutchie032 <dutchie032>
parent
1a482be97a
commit
6ff378455b
@@ -2,7 +2,7 @@
|
|||||||
local MissionCompleteListeners = {}
|
local MissionCompleteListeners = {}
|
||||||
|
|
||||||
---@type SpearheadAPI
|
---@type SpearheadAPI
|
||||||
local SpearheadAPI = {
|
SpearheadAPI = {
|
||||||
Stages = {
|
Stages = {
|
||||||
changeStage = function(stageNumber)
|
changeStage = function(stageNumber)
|
||||||
if type(stageNumber) ~= "number" then
|
if type(stageNumber) ~= "number" then
|
||||||
@@ -51,6 +51,3 @@ local SpearheadAPI = {
|
|||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if Spearhead == nil then Spearhead = {} end
|
|
||||||
Spearhead.API = SpearheadAPI
|
|
||||||
Reference in New Issue
Block a user