mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-07 21:38:01 -05:00
11 lines
142 B
C++
11 lines
142 B
C++
#include "Session.h"
|
|
|
|
Session::Session()
|
|
= default;
|
|
|
|
Session::Session(ZoneCodeGeneratorArguments args)
|
|
: m_args(std::move(args))
|
|
{
|
|
|
|
}
|