9 lines
190 B
C#
9 lines
190 B
C#
|
|
using UnityEngine;
|
|||
|
|
using System.Collections;
|
|||
|
|
using System.Collections.Generic;
|
|||
|
|
using UnityEngine.UI;
|
|||
|
|
|
|||
|
|
public class pickUpIcon : MonoBehaviour
|
|||
|
|
{
|
|||
|
|
public pickUpIconInfo pickUpElementInfo;
|
|||
|
|
}
|