From 39ae4f2fd4c382f25ab98c6e98816e3e3a6f4e22 Mon Sep 17 00:00:00 2001 From: Aki Date: Sun, 13 Nov 2022 16:32:57 +0100 Subject: Playing around with hit points --- battles/include/kurator/battles/components.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'battles/include') diff --git a/battles/include/kurator/battles/components.h b/battles/include/kurator/battles/components.h index 0c1e280..35a9251 100644 --- a/battles/include/kurator/battles/components.h +++ b/battles/include/kurator/battles/components.h @@ -38,5 +38,11 @@ struct FloatingMovement }; +struct HitPoints +{ + double health; +}; + + } // namespace battles } // namespace kurator -- cgit v1.1