view Assets/Application/Scripts/ItemInfo.cs @ 13:e297afe0889d default tip

Add Prefab.
author Kazuma Takeda
date Tue, 07 Feb 2017 20:49:26 +0900
parents b55d586dd4eb
children
line wrap: on
line source

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

public interface ItemInfo {
	
}