Esempio n. 1
0
 public void pushInteraction(Interaction.Interaction i)
 {
     i.activate();
     mInteractionStack.Push(i);
 }