BoardsSpawnRequest.single constructor

BoardsSpawnRequest.single(
  1. GlobalVectorDefinition cell,
  2. ItemLocation asset
)

Implementation

BoardsSpawnRequest.single(GlobalVectorDefinition cell, ItemLocation asset)
  : table = cell.table,
    assets = {
      cell.position: [asset],
    };