PO/Assets/Scripts/DataScript.cs

9 lines
192 B
C#
Raw Normal View History

2022-01-16 23:20:47 +03:00
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public static class DataScript
{
public static List<GameObject> PlayerEquipment = new List<GameObject>();
}