Ejemplo n.º 1
0
 public void RemoveScript(Scriptable script)
 {
     scripts.Remove(script);
     script.RemoveHost(this);
 }