public LocationIcon(string location, MapUI map) : base("WorldMap/map_ui") { this.location = location; this.map = map; Layer = SpriteLayer.LAYER5; RaiseFlag(Flags.ACCEPTINPUT); }