@rbxts/types 1.0.772 → 1.0.773

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -355,6 +355,8 @@ interface AgentParameters {
355
355
  AgentHeight?: number;
356
356
  /** Sets whether off-mesh links for jumping are allowed. */
357
357
  AgentCanJump?: boolean;
358
+ /** Determines whether climbing `TrussParts` during pathfinding is allowed. */
359
+ AgentCanClimb?: boolean;
358
360
  /** Determines the spacing between intermediate waypoints in path. */
359
361
  WaypointSpacing?: number;
360
362
  /** Table of materials or defined PathfindingModifiers and their "cost" for traversal. Useful for making the agent prefer certain materials/regions over others. */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rbxts/types",
3
- "version": "1.0.772",
3
+ "version": "1.0.773",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },