using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public static class DataScript
{
public static List<GameObject> PlayerEquipment = new List<GameObject>();
}