Biome generation
This commit is contained in:
@@ -16,6 +16,9 @@ public class VisibleLocation
|
||||
[BsonElement("coord")]
|
||||
public LocationCoord Coord { get; set; } = new();
|
||||
|
||||
[BsonElement("biomeKey")]
|
||||
public string BiomeKey { get; set; } = "plains";
|
||||
|
||||
[BsonElement("resources")]
|
||||
public List<VisibleLocationResource> Resources { get; set; } = [];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user