BREAKING CHANGE: removed IUniverseObject.SetParent and made Parent property settable
This commit is contained in:
@@ -83,7 +83,7 @@ public class Universe : BaseEntity, IUniverse
|
||||
|
||||
public void Remove(IUniverseObject universeObject)
|
||||
{
|
||||
universeObject.SetParent(null);
|
||||
universeObject.Parent = null;
|
||||
RemoveIncursive(universeObject);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user