Add GameCooker events for game files deploy and packaging

This commit is contained in:
Wojciech Figat
2022-01-21 16:24:10 +01:00
parent f801e7ffd9
commit 94da2c270c
6 changed files with 26 additions and 6 deletions

View File

@@ -5,5 +5,6 @@
bool PostProcessStep::Perform(CookingData& data)
{
GameCooker::PostProcessFiles();
return data.Tools->OnPostProcess(data);
}