Beispiel #1
0
 public void Jobbra()
 {
     if (!meghaltal)
     {
         jobbra = true;
         Fokepernyo.CharacterRotate(false);
     }
 }
Beispiel #2
0
 public void Balra()
 {
     if (!meghaltal)
     {
         balra = true;
         Fokepernyo.CharacterRotate(true);
     }
 }