tengri/Content/Movement/Structs/S_AngleThresholds.ts

10 lines
188 B
TypeScript

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