summaryrefslogtreecommitdiff
path: root/SurvivalTest/Assets/Scripts/UI/Panel/PanelItemBar/ItemWidget.cs
blob: 55898f2dc9b4533b7f3a382989392548aa08935c (plain)
1
2
3
4
5
6
7
8
9
using System.Collections;
using System.Collections.Generic;
using UnityEngine;

public class ItemWidget : MonoBehaviour
{
	

}