diff src/main/csharp/jp.ac.u-ryukyu.ie.cr/jungle/data/treemap/Rotate.cs @ 1:5c58219da97e

fix code TreeMap
author Kazuma
date Fri, 01 Jul 2016 11:41:41 +0900
parents dec15de2c6ff
children
line wrap: on
line diff
--- a/src/main/csharp/jp.ac.u-ryukyu.ie.cr/jungle/data/treemap/Rotate.cs	Tue Jun 21 17:11:12 2016 +0900
+++ b/src/main/csharp/jp.ac.u-ryukyu.ie.cr/jungle/data/treemap/Rotate.cs	Fri Jul 01 11:41:41 2016 +0900
@@ -1,7 +1,7 @@
-using UnityEngine;
-using System.Collections;
-
-public enum Rotate{
-	R,L,RL,LR,N
-}
-
+using UnityEngine;
+using System.Collections;
+
+public enum Rotate{
+	R,L,RL,LR,N
+}
+