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

14 lines
180 B
Plaintext
Raw Normal View History

2024-07-14 15:33:00 +00:00
#pragma once
#include "Common.hexpat"
2024-07-14 15:33:00 +00:00
struct FogZone {
padding[1];
Vec3<u8> color;
float dist;
};
struct FogZoneVar {
FogZone global;
FogZone regional[8];
};