Skip to main content

全机翼状态

class AllWingStatus

描述: 全机翼状态

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
}