Exemple #1
0
 public void SetVariable(string name, dynamic val)
 {
     m_Variables.Set(name, val);
 }