JUtils
A unity utilities library
JUtils.IHealEvent Interface Reference

Used to create more detailed heal events More...

Inheritance diagram for JUtils.IHealEvent:

Properties

int amount [get, set]
 

Detailed Description

Used to create more detailed heal events

namespace Example
{
public class Player : MonoBehaviour
{
private void OnHeal(MagicHealEvent healEvent)
{
// Reacting to the event
}
private void OnHeal(IHealEvent healEvent)
{
// Normal event handler
}
}
}

Property Documentation

◆ amount

int JUtils.IHealEvent.amount
getset

The documentation for this interface was generated from the following file: