All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.thehilikus.jrobocom_samples._4lunch.LaunchTo4Main Maven / Gradle / Ivy

package com.github.thehilikus.jrobocom_samples._4lunch;

import com.github.thehilikus.jrobocom.player.Bank;

/**
 * Launcher -> 4Main
 *
 * @author Dennis C. Bemmann
 */
public class LaunchTo4Main extends Bank {

    @Override
    public void run() {
	control.changeBank(3);
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy