8 lines
172 B
C#
8 lines
172 B
C#
using UnityEngine;
|
|
using System.Collections;
|
|
using UnityEngine.UI;
|
|
public class glossaryElement : MonoBehaviour {
|
|
public mapSystem.glossaryElementInfo glossaryInfo;
|
|
|
|
}
|