Ejemplo n.º 1
0
 public void TakeAction(MonoAction action)
 {
     CurrentActions.Add(action);
     action.Begin(this);
 }