CandideServer.MessageModels.Inventories.MoveStackAmountMessage
Type JSONpublic class in CandideServer.MessageModels.Inventories
Type metadata
- Assembly
CandideServer - Namespace
CandideServer.MessageModels.Inventories - Base type
System.Object - Hash
90CF90E8773A979B00B422E2BED8EAD1906DC12E5EB17A0F936F632D729672F9
Relationships
Base type
System.Object
Referenced by types
Fields
| Name | Visibility | Signature |
|---|---|---|
Amount# | public | public System.Int32 Amount |
SourceInventoryId# | public | public System.Guid SourceInventoryId |
SourceSlotIndex# | public | public System.Int32 SourceSlotIndex |
TargetInventoryId# | public | public System.Guid TargetInventoryId |
TargetSlotIndex# | public | public System.Int32 TargetSlotIndex |