Change an existing component in an action
This commit is contained in:
parent
617c5e2dc3
commit
871f4132fe
@ -1481,6 +1481,15 @@ namespace EduNetworkBuilder
|
||||
|
||||
AC.DoAction();
|
||||
|
||||
}
|
||||
/// <summary>
|
||||
/// Make an adjustment to a preexisting component
|
||||
/// </summary>
|
||||
/// <param name="Changed"></param>
|
||||
public static void DoActionChangeComponent(NetworkComponent Changed)
|
||||
{
|
||||
DoActionChangeComponent(Changed.GetUniqueIdentifier, Changed);
|
||||
|
||||
}
|
||||
#endregion ActionFunctions
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user