Hi, I'm making a player versus player game designed for two. Before I had two actors that were functionally the same with different names and art for the red and blue team. I want to merge them into one actor class. How would give each a variable when they are created so that there is always one on each team? And how would I make it so it does not get hit by it's own projectile if they are both using the same projectile class?
Thank you!

