diff options
author | Aki <please@ignore.pl> | 2022-11-24 18:43:35 +0100 |
---|---|---|
committer | Aki <please@ignore.pl> | 2022-11-24 18:43:35 +0100 |
commit | a8929c77736b98781866dcd8bd5556991e023c23 (patch) | |
tree | 634edc92d899ac7db371b22b3b7fd9cedcdc6214 /universe/include | |
parent | d079345f836aae863f3d615ea80bf4cc2ff14dbb (diff) | |
download | kurator-a8929c77736b98781866dcd8bd5556991e023c23.zip kurator-a8929c77736b98781866dcd8bd5556991e023c23.tar.gz kurator-a8929c77736b98781866dcd8bd5556991e023c23.tar.bz2 |
Applied ship designs and stats to current sample scenario and universe
Diffstat (limited to 'universe/include')
-rw-r--r-- | universe/include/kurator/universe/ShipType.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/universe/include/kurator/universe/ShipType.h b/universe/include/kurator/universe/ShipType.h index 5f5eec1..fccf970 100644 --- a/universe/include/kurator/universe/ShipType.h +++ b/universe/include/kurator/universe/ShipType.h @@ -13,6 +13,7 @@ struct ShipType { std::string name; double base_health_points; + double max_speed; }; |