Files

8 lines
172 B
C#
Raw Permalink Normal View History

using UnityEngine;
using System.Collections;
using UnityEngine.UI;
public class glossaryElement : MonoBehaviour {
public mapSystem.glossaryElementInfo glossaryInfo;
}