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:
12
src/ZoneLoading/Loading/AssetLoadingActions.h
Normal file
12
src/ZoneLoading/Loading/AssetLoadingActions.h
Normal file
@@ -0,0 +1,12 @@
|
||||
#pragma once
|
||||
|
||||
#include "Zone/Zone.h"
|
||||
|
||||
class AssetLoadingActions
|
||||
{
|
||||
protected:
|
||||
Zone* m_zone;
|
||||
|
||||
public:
|
||||
explicit AssetLoadingActions(Zone* zone);
|
||||
};
|
||||
Reference in New Issue
Block a user