BoardsSpawnRequest.fromLocal constructor
- String table,
- VectorDefinition cell,
- ItemLocation asset
Implementation
BoardsSpawnRequest.fromLocal(
this.table, VectorDefinition cell, ItemLocation asset)
: assets = {
cell: [asset]
};
BoardsSpawnRequest.fromLocal(
this.table, VectorDefinition cell, ItemLocation asset)
: assets = {
cell: [asset]
};