Esempio n. 1
0
    public void EmptyWellRPC(int CellId, string heroType)
    {
        Well well = Cell.FromId(CellId).Inventory.Well;

        if (well != null)
        {
            well.EmptyWell(heroType);
        }
    }