Noah2610 / deathfloor

Work-in-progress Mega Man inspired game.
MIT License
2 stars 0 forks source link

Add PlayerAction #70

Closed Noah2610 closed 4 years ago

Noah2610 commented 4 years ago

A PlayerAction holds another action (ActionType), which is triggered on the player.


PlayerAction in combination with OnInteract can be used to create consumables.