Example #1
0
		protected void Adopt (State child)
		{
			Debug.Assert (child.parent == null);
			child.parent = this;
		}