Files
FueraDeEscala/Assets/Game Kit Controller/Scripts/Powers/powerSlotElement.cs

9 lines
183 B
C#
Raw Normal View History

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