Write loadedChunks for biomes (#14255)
This commit is contained in:
@@ -34,6 +34,6 @@ public sealed class BiomeComponent : Component
|
||||
/// <summary>
|
||||
/// Currently active chunks
|
||||
/// </summary>
|
||||
[ViewVariables]
|
||||
[DataField("loadedChunks")]
|
||||
public readonly HashSet<Vector2i> LoadedChunks = new();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user