Exemplo n.º 1
0
 static public void RemoveDA(DestructionAgregate da)
 {
     agregates.Remove(da);
 }
Exemplo n.º 2
0
 static public void AddDA(DestructionAgregate da)
 {
     agregates.Add(da);
 }