Stairs.SetTimer C# (CSharp) Méthode

SetTimer() public méthode

public SetTimer ( float timer ) : void
timer float
Résultat void
    public void SetTimer(float timer)
    {
        if (m_paused) return;

        teleportTimer = timer;
    }