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