Add ItemSpawn EditorProps

qteditor
Sven Eberhardt 2016-06-16 16:57:34 -04:00
parent f6acefa882
commit bd516dfc44
1 changed files with 5 additions and 0 deletions

View File

@ -149,3 +149,8 @@ func SaveScenarioObject(props)
if (team) props->AddCall("Team", this, "SetTeam", team);
return true;
}
/* Editor props */
local EditorProp_spawn_id = { Type="def", Filter="Collectible", Set="SetSpawnObject" };