view Main/jungle-main/store/operations/TreeOperation.cs @ 29:f7616084d3ab

Continue to put on the created path.
author Kazuma Takeda
date Wed, 18 Jan 2017 21:02:24 +0900
parents 1f99e150f336
children
line wrap: on
line source


namespace JungleDB {
	public interface TreeOperation  {
		NodePath getNodePath();
		NodeOperation getNodeOperation();
	}
}