From b953bf71d7a72a5ca25865f1aca010fe6c4a6101 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Mon, 16 Sep 2024 22:45:05 +0000 Subject: [PATCH] Update generated files [skip ci] --- include/generated/None.d.ts | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/include/generated/None.d.ts b/include/generated/None.d.ts index 9aa66df1c..642e27828 100644 --- a/include/generated/None.d.ts +++ b/include/generated/None.d.ts @@ -17347,11 +17347,7 @@ interface Humanoid extends Instance { * * [Humanoid.Sit](https://developer.roblox.com/en-us/api-reference/property/Humanoid/Sit), which indicates if a Humanoid is currently sitting * * [Humanoid.SeatPart](https://developer.roblox.com/en-us/api-reference/property/Humanoid/SeatPart), which indicates the seat a Humanoid is currently sitting in, if any. */ - readonly Seated: RBXScriptSignal< - ( - ...args: [active: true, currentSeatPart: Seat | VehicleSeat] | [active: false, currentSeatPart: undefined] - ) => void - >; + readonly Seated: RBXScriptSignal<(active: boolean, currentSeatPart: Seat | VehicleSeat | undefined) => void>; /** * This event fires when the state of the [Humanoid](https://developer.roblox.com/en-us/api-reference/class/Humanoid) is changed. *