예제 #1
0
    public ActionDelay Delay(float duration)
    {
        var delay = new ActionDelay(duration);

        Add(delay);

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