Update README-RU.md

This commit is contained in:
Mikhail 2026-04-19 18:36:33 +08:00
parent acf8c7f89a
commit 2b50fbdb55

View File

@ -1009,7 +1009,7 @@ using (_marker.Auto())
var configs = new ConfigContainer()
.Set(new EcsWorldConfig(entitiesCapacity: 2000, poolsCapacity: 2000)
.Set(new SomeDataA(/* ... */))
.Set(new SomeDataB(/* ... */)));
.Set(new SomeDataB(/* ... */));
EcsDefaultWorld _world = new EcsDefaultWorld(configs);
// ...
var _someDataA = _world.Configs.Get<SomeDataA>();