Allowing player to gather resources
This commit is contained in:
@@ -15,4 +15,7 @@ public class VisibleLocation
|
||||
|
||||
[BsonElement("coord")]
|
||||
public LocationCoord Coord { get; set; } = new();
|
||||
|
||||
[BsonElement("resources")]
|
||||
public List<VisibleLocationResource> Resources { get; set; } = [];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user