Example: You want your player to take damage when it touches an object that is burning/has some other magic effect.
Steps:
- Implement IInteractWithEffect on your class
- Example in Arctibyte/Magio/Core/Scripts/Interact/Examples/SimpleInteractWithEffect
Example: You want your player to take damage when it touches an object that is burning/has some other magic effect.
Steps: