Beispiel #1
0
        public PlayableTile()
        {
            InitializeComponent();

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

			this.orderDecals = new MapTileOrderDecals();
			this.MouseEnter += this.onMouseEnter;
			this.MouseLeave += this.onMouseLeave;
		}