Commands
DragDropCommand
Property
Type
Description
var command = new DragDropCommand
{
SourceSlot = inventorySlot,
TargetSlot = equipmentSlot,
Entity = playerEntity
};
Spark.Network.ExecuteCommand(command);Last updated
Was this helpful?
