im looking to implement a counter
i have a counter class
i want an integer variable within this class to be updated everytime my user object fires a bullet and it hits the bot character...i also want this counter displayed in the world...
what is the best way to go about this?
i have a bullet class, a class for the user object, a class for the bot character, a counter class
i'm not necessarily looking for written code here, just some pointers and tips to get me own my way implementing the counter

