Can you pass a variable to a Damage Type class during Apply Damage?

That’s the whole point of using damage type:

Create your own damage type:

309303-newdamage.jpg

Define any behaviour you need:

And then you can use it with the damage system. Also, do consider spending 10 minutes with this short tut in case you’re unfamiliar with Interfaces:

They make the whole system work smoothly.

3 Likes