Skip to content

Commit

Permalink
First-pass implementation of trade dialog.
Browse files Browse the repository at this point in the history
TODO:
- Wire up to open on trade requests
- Inventory space validator implementation
- Drag+drop from inventory to add items
- Testing
  • Loading branch information
ethanmoffat committed Sep 15, 2022
1 parent 716f636 commit c0d1145
Show file tree
Hide file tree
Showing 9 changed files with 167 additions and 895 deletions.
2 changes: 2 additions & 0 deletions EndlessClient/Dialogs/ListDialogItem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,8 @@ public string SubText

public bool ShowIconBackGround { get; set; }

public object Data { get; set; }

public event EventHandler RightClick;
public event EventHandler LeftClick;

Expand Down
106 changes: 0 additions & 106 deletions EndlessClient/Dialogs/Old/EODialogBase.cs

This file was deleted.

Loading

0 comments on commit c0d1145

Please sign in to comment.