Update world.md

This commit is contained in:
silly-spongus 2024-09-29 04:00:58 -03:00 committed by GitHub
parent 7c4152fb45
commit c835aa5e45
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3,8 +3,6 @@ A World contains entities which have components. The World is queryable and can
## Functions
### new
Creates a new world (necessary step to utilize the methods of the class)
`World` utilizes a class, meaning JECS allows you to create multiple worlds.
```luau
function World.new(): World