Exemple #1
0
 // Update is called once per frame
 void Update()
 {
     inputDirection = Is.getInputDirection();
     inputButton    = Is.getInputButton();
     state          = Sc.checkPlayerState();
 }