UNPKG

easyrlbot

Version:

A RLBot implementation in javascript with Sockets.

14 lines (13 loc) 255 B
declare class Controller { throttle: number; steer: number; pitch: number; roll: number; yaw: number; boost: boolean; jump: boolean; handbrake: boolean; useItem: boolean; constructor(); } export default Controller;