Esempio n. 1
0
 public Action(ActionData data)
 {
     this.m_Data   = data;
     this.m_Action = ActionHandler.Find(this.m_Data.Command);
 }