view 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 source

using UnityEngine;
using System.Collections;

public enum Rotate{
	R,L,RL,LR,N
}