diff Assets/Application/Scripts/StageManager.cs @ 9:bbab930748c4

no use path ver.
author Kazuma Takeda
date Wed, 18 Jan 2017 22:00:24 +0900
parents 599bd8ddb72b
children 3fefb9f9025d
line wrap: on
line diff
--- a/Assets/Application/Scripts/StageManager.cs	Tue Jan 17 19:57:19 2017 +0900
+++ b/Assets/Application/Scripts/StageManager.cs	Wed Jan 18 22:00:24 2017 +0900
@@ -121,7 +121,6 @@
 		jungle = SaveDataTest.jungle;
 		JungleTree tree = jungle.getTreeByName ("ItemTree");
 		TreeNode node = tree.getRootNode ();
-		Attributes attr = node.getAttributes ();
 		Children child = node.getChildren ();
 		return child.at (typeID).b ();
 	}