#include "Athena/MCSlot.hpp" namespace Athena { MCSlot::MCSlot(std::unique_ptr&& data, atUint32 length) : ZQuestFile(ZQuestFile::MC, Endian::LittleEndian, std::move(data), length) { } } // Athena