public static void Main() {
Lennard Scorpion = new Lennard ("Kek", 0, false);
for (int i = 0; i<10;i++) {
Console.WriteLine("Aktuelles GaynessLevel von "+Scorpion.name+": "+Scorpion.gaynessLevel);
if(Scorpion.gaynessLevel == 10) {
public Lennard(String name, int gaynessLevel, bool dead) {
this.gaynessLevel = gaynessLevel;
Console.WriteLine("Lennard beging Suizid");
public static void sleep(int s) {