BoardsSpawnRequest.fromLocal constructor

BoardsSpawnRequest.fromLocal(
  1. String table,
  2. VectorDefinition cell,
  3. ItemLocation asset
)

Implementation

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