view Assets/Application/Scripts/ItemInfo.cs @ 12:b55d586dd4eb

change bind from fmap.
author Kazuma Takeda
date Tue, 07 Feb 2017 20:48:57 +0900
parents 3fefb9f9025d
children
line wrap: on
line source

using System.Collections;
using System.Collections.Generic;
using UnityEngine;

public interface ItemInfo {
	
}