diff options
Diffstat (limited to 'battles/include')
-rw-r--r-- | battles/include/kurator/battles/components.h | 6 |
1 files changed, 6 insertions, 0 deletions
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 |