mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2026-01-24 17:03:05 +00:00
ZoneCodeGenerator: Add possibility to define custom actions that should be performed after loading a certain Structure
This commit is contained in:
6
src/ZoneLoading/Loading/AssetLoadingActions.cpp
Normal file
6
src/ZoneLoading/Loading/AssetLoadingActions.cpp
Normal file
@@ -0,0 +1,6 @@
|
||||
#include "AssetLoadingActions.h"
|
||||
|
||||
AssetLoadingActions::AssetLoadingActions(Zone* zone)
|
||||
{
|
||||
m_zone = zone;
|
||||
}
|
||||
Reference in New Issue
Block a user