From c835aa5e4500892341ccd3dfbd7d1e3f0277761f Mon Sep 17 00:00:00 2001 From: silly-spongus <159207316+silly-spongus@users.noreply.github.com> Date: Sun, 29 Sep 2024 04:00:58 -0300 Subject: [PATCH] Update world.md --- docs/api/world.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/api/world.md b/docs/api/world.md index 75c50d4..19a208b 100644 --- a/docs/api/world.md +++ b/docs/api/world.md @@ -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