Exemplo n.º 1
0
 void Update()
 {
     currentState.Update(this);
 }
Exemplo n.º 2
0
 protected override void Update()
 {
     currentState.Update();
     base.Update();
 }