annotate 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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
10
3fefb9f9025d put Attribute class.
Kazuma Takeda
parents:
diff changeset
1 using System.Collections;
3fefb9f9025d put Attribute class.
Kazuma Takeda
parents:
diff changeset
2 using System.Collections.Generic;
3fefb9f9025d put Attribute class.
Kazuma Takeda
parents:
diff changeset
3 using UnityEngine;
3fefb9f9025d put Attribute class.
Kazuma Takeda
parents:
diff changeset
4
12
b55d586dd4eb change bind from fmap.
Kazuma Takeda
parents: 10
diff changeset
5 public interface ItemInfo {
b55d586dd4eb change bind from fmap.
Kazuma Takeda
parents: 10
diff changeset
6
10
3fefb9f9025d put Attribute class.
Kazuma Takeda
parents:
diff changeset
7 }