Exemple #1
0
 public void setAnimation(CharacterAction.StatoInput stato)
 {
     animCorrente = stato;
 }
Exemple #2
0
 void Start()
 {
     animCorrente = CharacterAction.StatoInput.Base;
     trans        = transform;
 }