Exemplo n.º 1
0
        public void Update()
        {
            var up = new UpdateAsync(this.ScriptEngine);

            up.Start();
        }
Exemplo n.º 2
0
        public void Update()
        {
            var up = new UpdateAsync(_engine);

            up.Start();
        }