这里还能水一点来着(
This commit is contained in:
parent
90edce16f9
commit
a7651ab240
@ -655,7 +655,6 @@ pub mod ship {
|
||||
}
|
||||
Err(e) => {
|
||||
println!("{:?}", e);
|
||||
// println!("{:?}", e.provide());
|
||||
}
|
||||
}
|
||||
Ok(true)
|
||||
|
@ -1316,12 +1316,17 @@ pub mod dr {
|
||||
}
|
||||
|
||||
pub struct EngineData {
|
||||
/// 推力大小,if p_type==engine
|
||||
pub power: f64,
|
||||
/// 消耗速率,if p_type==engine
|
||||
pub consumption: f64,
|
||||
pub size: f64,
|
||||
/// 大小,if p_type==engine
|
||||
// pub size: f64,
|
||||
/// 转向范围,if p_type==engine
|
||||
pub turn: f64,
|
||||
/// 燃料类型,if p_type==engine
|
||||
pub fuel_type: f64,
|
||||
pub throttle_exponential: f64,
|
||||
// pub throttle_exponential: f64,
|
||||
}
|
||||
|
||||
pub trait DRPartTypeAttrTrait {
|
||||
|
Loading…
Reference in New Issue
Block a user