using UnityEngine; using UnityEngine.UI; namespace Map { public class MiniMap : MonoBehaviour { public RawImage texture; } }