예제 #1
0
파일: Mozgas.cs 프로젝트: valami/RageGame
 public void Jobbra()
 {
     if (!meghaltal)
     {
         jobbra = true;
         Fokepernyo.CharacterRotate(false);
     }
 }
예제 #2
0
파일: Mozgas.cs 프로젝트: valami/RageGame
 public void Balra()
 {
     if (!meghaltal)
     {
         balra = true;
         Fokepernyo.CharacterRotate(true);
     }
 }