// Token: 0x06000995 RID: 2453 RVA: 0x00029C38 File Offset: 0x00027E38
        private void Update()
        {
            string cmd;

            while ((cmd = Console.ReadInputStream()) != null)
            {
                this.SubmitCmd(null, cmd, true);
            }
        }