public Acceleration(Velocity velocity, Onground onground) { this.onground = onground;}
のように, すべてのメンバが更新されていません.
【Bug】コンストラクタの引数がすべて反映されいてない
【bug】コンストラクタの引数がすべて反映されいてない
bug
Not assigned
n-nitta
public Acceleration(Velocity velocity, Onground onground) {
this.onground = onground;
}
のように, すべてのメンバが更新されていません.