Potato Engine
Loading...
Searching...
No Matches
EngineSubsystem.hpp
Go to the documentation of this file.
1
2#pragma once
3
9{
10public:
11 virtual ~IEngineSubsystem() = default;
12 virtual void Resolve() noexcept = 0;
13 virtual void _BeginPlay() {};
14};
Interface for internal engine classes.