Hi, I'm doing a Space game, I have basic actors like, the player, player bullets, boss, healthbar and boss bullets.
I have health values of the boss in Healthbar class, And I have the phases in the Boss class, I need to communicate the health value to the boss class for doing conditionals to switch between phases.

