// Content/Movement/Structs/S_AngleThresholds.ts import type {Float} from "../../types.js"; export interface S_AngleThresholds { Walkable: Float, SteepSlope: Float, Wall: Float, }