mirror of
https://github.com/Ukendio/jecs.git
synced 2025-04-24 17:10:03 +00:00
Update world.md
This commit is contained in:
parent
7c4152fb45
commit
c835aa5e45
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue