WIP enemy editor

This commit is contained in:
2020-03-07 12:10:21 +01:00
parent b9e7ae45f6
commit 027734f862
7 changed files with 334 additions and 183 deletions

View File

@@ -16,7 +16,6 @@ namespace EstusShots.Gtk
[UI] public readonly TreeView PlayersTreeView = null;
[UI] public readonly Button NewPlayerButton = null;
[UI] public readonly Button NewDrinkButton = null;
[UI] public readonly TreeView DrinksTreeView = null;
private BindableListControl<Player> _playersControl;