feat: game meta improvement but there's jittering #239
Annotations
16 warnings
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
src/Libs/Systems/WorldInitializer.cs#L16
Parameter 'World world' is captured into the state of the enclosing type and its value is also used to initialize a field, property, or event.
|
src/Libs/Systems/WorldInitializer.cs#L22
Dereference of a possibly null reference.
|
src/Libs/Systems/WorldInitializer.cs#L57
Nullable value type may be null.
|
src/Libs/Systems/WorldInitializer.cs#L57
Nullable value type may be null.
|
src/Libs/Systems/Render/TilesRenderingSystem.cs#L36
Dereference of a possibly null reference.
|
src/Libs/Systems/WorldInitializer.cs#L16
Parameter 'World world' is captured into the state of the enclosing type and its value is also used to initialize a field, property, or event.
|
src/Libs/Systems/WorldInitializer.cs#L22
Dereference of a possibly null reference.
|
src/Libs/Systems/WorldInitializer.cs#L57
Nullable value type may be null.
|
src/Libs/Systems/WorldInitializer.cs#L57
Nullable value type may be null.
|
src/Libs/Systems/Render/TilesRenderingSystem.cs#L36
Dereference of a possibly null reference.
|
src/Libs/Systems/WorldInitializer.cs#L16
Parameter 'World world' is captured into the state of the enclosing type and its value is also used to initialize a field, property, or event.
|
src/Libs/Systems/WorldInitializer.cs#L22
Dereference of a possibly null reference.
|
src/Libs/Systems/WorldInitializer.cs#L57
Nullable value type may be null.
|
src/Libs/Systems/WorldInitializer.cs#L57
Nullable value type may be null.
|
src/Libs/Systems/Render/TilesRenderingSystem.cs#L36
Dereference of a possibly null reference.
|
This job succeeded
Loading