class ItemTest : MonoBehaviour {
public ItemData ItemData;
int ID;

public int 返す()
{
return ID;
}

}
出来まひた(^^