BoringHeroes.GameLogic.Behaviourism.NavigationRoutine.MountingRoutine C# (CSharp) Method

MountingRoutine() private method

private MountingRoutine ( ) : Composite
return Composite
        private Composite MountingRoutine()
        {
            ControlInput.SendKey(Keys.S);
            ControlInput.SendKey(Keys.Z);
            Thread.Sleep(1100);
            return null;
        }