Files

9 lines
183 B
C#
Raw Permalink Normal View History

using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class powerSlotElement : MonoBehaviour
{
public powersListManager.powerSlotInfo slotInfo;
}