👉 "Spawned" is a term used in programming and computer science to describe an object that has been created from another object. It's similar to "created", but it specifically refers to objects being created from other objects, rather than just creating new instances of them. This can happen when you use a class or object as the base for another object, which is why it's often used in programming and software development contexts.