Ejemplo n.º 1
0
 public virtual void ProcessEvent(TileSelectionEvent e)
 {
 }
 public override void ProcessEvent(TileSelectionEvent e)
 {
     this.currSelectedTileType = e.TileType;
     this.currChanges          = new MouseDownChanges(this.currSelectedTileType.Value);
 }