addObjectWithLocation method

ObjectsSpawned addObjectWithLocation(
  1. VectorDefinition location,
  2. GameObject object
)

Implementation

ObjectsSpawned addObjectWithLocation(
        VectorDefinition location, GameObject object) =>
    addObjectsWithLocation(location, [object]);