chore: formatting

This commit is contained in:
Jan 2024-12-22 19:09:26 +01:00
parent 4f0a405bdc
commit 2c8fcf1630
No known key found for this signature in database
GPG Key ID: 44B581F78FF5C57C

View File

@ -42,7 +42,7 @@ public:
[[nodiscard]] virtual std::optional<asset_type_t> GetHandlingAssetType() const = 0; [[nodiscard]] virtual std::optional<asset_type_t> GetHandlingAssetType() const = 0;
virtual AssetCreationResult CreateAsset(const std::string& assetName, AssetCreationContext& context) = 0; virtual AssetCreationResult CreateAsset(const std::string& assetName, AssetCreationContext& context) = 0;
virtual void FinalizeZone(AssetCreationContext& context) {}; virtual void FinalizeZone(AssetCreationContext& context){};
}; };
template<typename AssetType> class AssetCreator : public IAssetCreator template<typename AssetType> class AssetCreator : public IAssetCreator