// Movement/Structs/S_AngleThresholds.ts import type { Float } from '#root/UE/Float.ts'; export interface S_AngleThresholds { Walkable: Float; SteepSlope: Float; Wall: Float; }