mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-11-23 13:12:06 +00:00
chore: rename ZoneAssetLoaderState to ZoneAssetCreationState
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
#include "Asset/IZoneAssetLoaderState.h"
|
||||
#include "Asset/IZoneAssetCreationState.h"
|
||||
#include "StateMap/StateMapDefinition.h"
|
||||
#include "Utils/ClassUtils.h"
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
|
||||
namespace techset
|
||||
{
|
||||
class TechniqueStateMapCache final : public IZoneAssetLoaderState
|
||||
class TechniqueStateMapCache final : public IZoneAssetCreationState
|
||||
{
|
||||
public:
|
||||
_NODISCARD const state_map::StateMapDefinition* GetCachedStateMap(const std::string& name) const;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
#include "Asset/IZoneAssetLoaderState.h"
|
||||
#include "Asset/IZoneAssetCreationState.h"
|
||||
#include "TechsetDefinition.h"
|
||||
#include "Utils/ClassUtils.h"
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
|
||||
namespace techset
|
||||
{
|
||||
class TechsetDefinitionCache final : public IZoneAssetLoaderState
|
||||
class TechsetDefinitionCache final : public IZoneAssetCreationState
|
||||
{
|
||||
public:
|
||||
_NODISCARD TechsetDefinition* GetCachedTechsetDefinition(const std::string& techsetName) const;
|
||||
|
||||
Reference in New Issue
Block a user