Table of Contents

Struct BankSwapItemSlotsBroadcast

Namespace
FishMMO.Shared
Assembly
FishMMO.Shared.dll

Broadcast for swapping two item slots in the bank or between inventories.

public struct BankSwapItemSlotsBroadcast : IBroadcast
Implements
IBroadcast
Inherited Members

Fields

From

Source slot index.

public int From

Field Value

int

FromInventory

Type of inventory the item is being moved from.

public InventoryType FromInventory

Field Value

InventoryType

To

Destination slot index.

public int To

Field Value

int