summaryrefslogtreecommitdiff
path: root/ZAPD/ZRoom/Commands/Unused09.cpp
blob: e4b7b3aa2b0c03e530c1a0d445091f3c103081e6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#include "Unused09.h"
#include <ship/utils/StringHelper.h>

Unused09::Unused09(ZFile* nParent) : ZRoomCommand(nParent)
{
}

std::string Unused09::GetBodySourceCode() const
{
	return "SCENE_CMD_UNK_09()";
}

std::string Unused09::GetCommandCName() const
{
	return "SceneCmd";
}

RoomCommand Unused09::GetRoomCommand() const
{
	return RoomCommand::Unused09;
}