ObjectsSpawned.single constructor

ObjectsSpawned.single(
  1. GlobalVectorDefinition cell,
  2. List<GameObject> objects
)

Implementation

ObjectsSpawned.single(GlobalVectorDefinition cell, List<GameObject> objects)
    : objects = {cell.position: objects},
      table = cell.table;