mirror of
https://github.com/DCFApixels/DragonECS-AutoInjections.git
synced 2025-09-18 05:04:35 +08:00
Update README-RU.md
This commit is contained in:
parent
d325f0d4e9
commit
bf62db3c89
@ -49,7 +49,7 @@ _pipeline = EcsPipeline.New()
|
|||||||
.Add(new TestSystem())
|
.Add(new TestSystem())
|
||||||
.Add(new VelocitySystem())
|
.Add(new VelocitySystem())
|
||||||
.Add(new ViewSystem())
|
.Add(new ViewSystem())
|
||||||
.AutoInject() // Активирует автоинъекции
|
.AutoInject() // Готово, автоматические внедрения активированы
|
||||||
.BuildAndInit();
|
.BuildAndInit();
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user