nd-specs/patterns/db_files/chunks/SKYMODE.hexpat

10 lines
131 B
Plaintext
Raw Permalink Normal View History

2024-07-14 15:33:00 +00:00
#pragma once
enum SkyRenderingMode : s32 {
Textures = 0x0,
Stars = 0x1,
};
struct SkyMode {
SkyRenderingMode mode;
};