Esempio n. 1
0
 void Update()
 {
     if (currentState != null)
     {
         currentState.Execute(this);
     }
 }