Esempio n. 1
0
    public ActionDelay Delay(float duration)
    {
        var delay = new ActionDelay(duration);

        Add(delay);

        return(delay);
    }
Esempio n. 2
0
 public void AddActionDelay(CooldownActionType type) => CurrentCooldown += ActionDelay.CooldownTime(type);