protected override void HandleCommand(SwitchInventoryAndChestCommand swtchInvAndChstCmnd) { if (focousedChest != null) { Weapon currInv = wpnsInventory[currWpnInd]; wpnsInventory[currWpnInd] = focousedChest.ReplaceSelectWpn(currInv); } }
protected virtual void HandleCommand(SwitchInventoryAndChestCommand swtchInvAndChstCmnd) { }