view src/main/csharp/jp.ac.u-ryukyu.ie.cr/jungle/data/treemap/Rotate.cs @ 0:dec15de2c6ff

first commit
author Kazuma
date Tue, 21 Jun 2016 17:11:12 +0900
parents
children 5c58219da97e
line wrap: on
line source

using UnityEngine;
using System.Collections;

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