You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

39 lines
497 B

package ;
/**
* @author The Administrator
* @version 1.0
* @created 26-10月-2025 14:02:27
*/
class Engine {
/**
* 缁勫悎鍏崇郴锛氬紩鎿庡畬鍏ㄦ嫢鏈夋椿濉炴暟缁?
*/
private Piston pistons[];
public void finalize() throws Throwable {
}
public Engine(){
}
/**
* 寮曟搸鐐圭伀鍚<E4BC80>姩锛屽甫鍔ㄦ椿濉炶繍鍔?
*/
public void ignite(){
}
/**
*
* @param gearRatio
*/
public void setGearRatio(double gearRatio){
}
}//end Engine