fixed healthsystem, using callbacks to create bonuses and removed bonuscomponent (useless)

This commit is contained in:
HENRY Benjamin
2021-06-09 14:49:37 +02:00
parent 93a4fa792c
commit 3a99e5913b
15 changed files with 88 additions and 152 deletions
+2 -2
View File
@@ -4,8 +4,8 @@
#pragma once
#include <System/System.hpp>
#include <Wal.hpp>
#include "System/System.hpp"
#include "Wal.hpp"
#include "Models/Vector3.hpp"
#include "Component/Bonus/PlayerBonusComponent.hpp"
#include "Component/Controllable/ControllableComponent.hpp"