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