Update README-RU.md

This commit is contained in:
Mikhail 2023-06-10 02:21:08 +08:00 committed by GitHub
parent 68231d0489
commit d325f0d4e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -58,7 +58,7 @@ _pipeline = EcsPipeline.New()
```csharp ```csharp
[EcsInject] EcsDefaultWorld _world; [EcsInject] EcsDefaultWorld _world;
``` ```
Так же можно делать внедрение через свойсвто или метод Так же можно делать внедрение через свойство или метод
```csharp ```csharp
EcsDefaultWorld _world; EcsDefaultWorld _world;