From a8929c77736b98781866dcd8bd5556991e023c23 Mon Sep 17 00:00:00 2001 From: Aki Date: Thu, 24 Nov 2022 18:43:35 +0100 Subject: Applied ship designs and stats to current sample scenario and universe --- universe/include/kurator/universe/ShipType.h | 1 + 1 file changed, 1 insertion(+) (limited to 'universe/include') 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; }; -- cgit v1.1