Exemplo n.º 1
0
    public void WithdrawFromFight()
    {
        redFighter.Withdraw();
        blueFighter.Withdraw();

        Withdraw?.Invoke();
    }
Exemplo n.º 2
0
 private void OnStashInventoryItemRightClicked(InventoryItem inventoryItem)
 {
     Withdraw?.Invoke(inventoryItem.Item);
 }