(f0d812055) v0.9.9.0
This commit is contained in:
@@ -651,6 +651,13 @@ namespace Barotrauma
|
||||
Parent.ChildrenChanged?.Invoke(this);
|
||||
}
|
||||
|
||||
public void ReverseChildren()
|
||||
{
|
||||
children.Reverse();
|
||||
RecalculateAll(false, false, true);
|
||||
Parent.ChildrenChanged?.Invoke(this);
|
||||
}
|
||||
|
||||
public void SetAsLastChild()
|
||||
{
|
||||
if (IsLastChild) { return; }
|
||||
|
||||
Reference in New Issue
Block a user