public void WithdrawFromFight() { redFighter.Withdraw(); blueFighter.Withdraw(); Withdraw?.Invoke(); }
private void OnStashInventoryItemRightClicked(InventoryItem inventoryItem) { Withdraw?.Invoke(inventoryItem.Item); }