Esempio n. 1
0
            public void Evaluate(GameTime gameTime, object Input, out bool IsCompleted, out List <object> Result)
            {
                RobotAnimation CurrentRobot = Info.Owner;

                CurrentRobot.ActiveAttackStance = "Walking";
                CurrentRobot.UseCombo(gameTime, AttackInputs.LightPress);

                Result      = new List <object>();
                IsCompleted = true;
            }