first commit
This commit is contained in:
19
ZAPDTR/ZAPD/ZRoom/Commands/SetSkyboxModifier.h
Normal file
19
ZAPDTR/ZAPD/ZRoom/Commands/SetSkyboxModifier.h
Normal file
@@ -0,0 +1,19 @@
|
||||
#pragma once
|
||||
|
||||
#include "ZRoom/ZRoomCommand.h"
|
||||
|
||||
class SetSkyboxModifier : public ZRoomCommand
|
||||
{
|
||||
public:
|
||||
uint8_t disableSky;
|
||||
uint8_t disableSunMoon;
|
||||
|
||||
SetSkyboxModifier(ZFile* nParent);
|
||||
|
||||
void ParseRawData() override;
|
||||
|
||||
std::string GetBodySourceCode() const override;
|
||||
|
||||
std::string GetCommandCName() const override;
|
||||
RoomCommand GetRoomCommand() const override;
|
||||
};
|
||||
Reference in New Issue
Block a user