Esempio n. 1
0
 protected override void HandleCommand(ChestCellSwitchCommand chstCellSwtchCmnd)
 {
     if (focousedChest != null)
     {
         focousedChest.SelectWeapon(chstCellSwtchCmnd.NumOfItem - 1);
     }
 }
Esempio n. 2
0
 protected virtual void HandleCommand(ChestCellSwitchCommand chstCellSwtchCmnd)
 {
 }