Update README-RU.md

This commit is contained in:
Mikhail 2023-11-08 16:55:14 +08:00 committed by GitHub
parent bfe60eece6
commit cf1301208b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -590,11 +590,9 @@ public class Camera : ITransform
Vector3 Position { get; set; } Vector3 Position { get; set; }
// ... // ...
} }
// ...
pubcli TransformAspect : EcsAspect pubcli TransformAspect : EcsAspect
{ {
public EcsPool<Transform> transforms; public EcsHybridPool<Transform> transforms;
public Aspect(Builder b) public Aspect(Builder b)
{ {
transforms = b.Include<Transform>(); transforms = b.Include<Transform>();