Beispiel #1
0
 //---------------------------TIMERTICK-------------------------------------------------------------------
 private void mainLoopTimer_Tick_1(object sender, EventArgs e)
 {
     pet.PetUpdate();
     UpdateBackGroundColor();
 }