mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 03:47:43 +00:00
More ScriptLoader imps
This commit is contained in:
@@ -48,8 +48,8 @@ protected:
|
||||
|
||||
hecl::ProjectPath m_workingPath;
|
||||
hecl::ProjectPath m_cookedPath;
|
||||
const hecl::ClientProcess::CookTransaction* m_cookTransaction = nullptr;
|
||||
const hecl::ClientProcess::BufferTransaction* m_bufTransaction = nullptr;
|
||||
std::shared_ptr<const hecl::ClientProcess::CookTransaction> m_cookTransaction;
|
||||
std::shared_ptr<const hecl::ClientProcess::BufferTransaction> m_bufTransaction;
|
||||
bool m_failed = false;
|
||||
bool m_complete = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user