This commit is contained in:
Mikhail 2024-02-15 18:15:25 +08:00
parent 3d2ae2ff31
commit b0f5ea97c0

View File

@ -112,6 +112,7 @@ namespace DCFApixels.DragonECS
{
Throw.UndefinedException();
}
_worldIdDispenser.Use(worldID);
}
id = worldID;
Worlds[worldID] = this;