public PlayableTile() { InitializeComponent(); this.orderDecals = new MapTileOrderDecals(); this.MouseEnter += this.onMouseEnter; this.MouseLeave += this.onMouseLeave; }