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