Update README-RU.md

This commit is contained in:
Mikhail 2023-06-22 11:57:14 +08:00 committed by GitHub
parent b5b08cb68d
commit 7570b5868d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -253,7 +253,7 @@ public struct WorldComponent
// Данные.
}
```
Так же можно реализовать интерфейс IEcsWorldComponent<T> для обработки событий:
Или:
``` csharp
public struct WorldComponent : IEcsWorldComponent<WorldComponent>
{