Implements an initial version of Baton Pass.
Will probably need some additional work in the future.
This commit is contained in:
@@ -65,4 +65,9 @@ public class ScriptContainer : IEnumerable<ScriptContainer>, IDeepCloneable
|
||||
}
|
||||
Script = null;
|
||||
}
|
||||
|
||||
public void ClearWithoutRemoving()
|
||||
{
|
||||
Script = null;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user