I have a question regarding on how can I make a diagram by using my code.
I have a class Player and inside of this class there are some methods. I have another class called HealthManager which decides how much health would the player have.
In my Playerclass I'm using a HealthManager object to make some decisions (like dropping health to 0) and in my HealthManager class I'm using a PlayerClass object for some stats.
Can I call this type of relation an Association ?