From b8d3a357428d3af09031d2ae8925e1c2e93810ba Mon Sep 17 00:00:00 2001 From: Aki Date: Sat, 31 Dec 2022 16:26:25 +0100 Subject: Added rounds and reload time to turrets to enable burst weapons --- sim/include/kurator/sim/components.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sim/include') diff --git a/sim/include/kurator/sim/components.h b/sim/include/kurator/sim/components.h index 47ff5b2..7190369 100644 --- a/sim/include/kurator/sim/components.h +++ b/sim/include/kurator/sim/components.h @@ -41,7 +41,9 @@ struct HitPoints struct TurretControl { + double delay; double reload; + int rounds; entt::entity owner; }; -- cgit v1.1