(c6222f711) Don't allow selecting crate ItemContainers (= the inventory can only be accessed by picking up the item)

This commit is contained in:
Joonas Rikkonen
2019-05-03 13:53:22 +03:00
parent 9bd0706c43
commit f6f97d580f
3 changed files with 244 additions and 31 deletions
@@ -104,6 +104,8 @@ namespace Barotrauma
private GUILayoutGroup subPreviewContainer;
private GUILayoutGroup subPreviewContainer;
private GUIButton loadGameButton;
public Action<Submarine, string, string> StartNewGame;