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; }