Skip to main content

All wings status

class AllWingStatus

Description: All wings status

class AllWingStatus{

/**
* Represents the status of the left wing.
*/
val leftWingState: WingStateEnum

/**
* Represents the status of the right wing.
*/
val rightWingState: WingStateEnum

/**
* Represents the status of the tail wing.
*/
val tailWingState: WingStateEnum
}