Files
2026-02-21 16:45:37 +08:00

9 lines
96 B
C#

namespace VolumetricFogAndMist
{
public enum FOG_VOID_TOPOLOGY
{
Sphere = 0,
Box = 1
}
}