11 lines
142 B
C++

#include "Session.h"
Session::Session()
= default;
Session::Session(ZoneCodeGeneratorArguments args)
: m_args(std::move(args))
{
}