using System.Collections; using System.Collections.Generic; using UnityEngine; public class GameData { public static int EquipmentCount = 5; }