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