Newbie here. I know the basics of C# and came across this engine to mess around with. I am doing the "Your first Game" tutorial called Dodge the Creeps. I have been doing all the coding in C# as a challenge as that is the language I have been learning. Everything was going great until I needed a "hit" signal to tell when a player collides with an enemy.
I understand that signals for c# are still not fully implemented and so I was wondering what the current work around is?
Thanks for any help!