addObjects method

ObjectsSpawned addObjects(
  1. int x,
  2. int y,
  3. List<GameObject> objects
)

Implementation

ObjectsSpawned addObjects(int x, int y, List<GameObject> objects) =>
    addObjectsWithLocation(VectorDefinition(x, y), objects);