2017-03-20 18:44:53 +01:00
|
|
|
package net.Broken.commandes.Over18;
|
2016-12-08 20:05:23 +01:00
|
|
|
|
2017-03-20 18:44:53 +01:00
|
|
|
import net.Broken.commandes.NumberedCommande;
|
2017-02-04 19:31:09 +01:00
|
|
|
import org.apache.logging.log4j.LogManager;
|
2016-12-08 20:05:23 +01:00
|
|
|
|
|
|
|
/**
|
|
|
|
* Created by seb65 on 07/11/2016.
|
|
|
|
*/
|
2017-03-20 18:36:26 +01:00
|
|
|
public class Ass extends NumberedCommande {
|
2016-12-08 20:05:23 +01:00
|
|
|
|
2017-03-20 18:36:26 +01:00
|
|
|
public Ass() {
|
|
|
|
super(LogManager.getLogger(), "http://les400culs.com/");
|
2016-12-08 20:05:23 +01:00
|
|
|
}
|
|
|
|
}
|