public virtual void Awake()
 {
     uAdventurePlugin = FindObjectOfType <uAdventurePlugin>();
     Query            = (mapElement, tile) => true;
 }