Get network links to use Actions
This commit is contained in:
@ -815,6 +815,7 @@ namespace EduNetworkBuilder
|
||||
|
||||
public void RemoveComponent(NetworkComponent tItem)
|
||||
{
|
||||
if (tItem == null) return; //Exit early if we are not removing anything
|
||||
for (int i = NetComponents.Count -1; i >= 0; i--)
|
||||
{
|
||||
if (NetComponents[i] == tItem)
|
||||
|
Reference in New Issue
Block a user