How to know WHAT WEAPON the player picked up?

Enums are nice but it could gets cumbersome when there’s A LOT of them. Depending on what punch flow is - why not store that information inside the weapon itself. Then there’s nothing to compare or switch. When attacking, we use the punch flow that’s inside the weapon actor.

1 Like