Exemplo n.º 1
0
            public Latency TryCall(SafeAction onTimer)
            {
                if (length >= 0.0f)
                {
                    onTimer.Call();
                }

                return(this);
            }