Adding endpoint to only get locations visible to character
This commit is contained in:
@@ -15,5 +15,7 @@ public class Character
|
||||
|
||||
public Coord Coord { get; set; } = new();
|
||||
|
||||
public int VisionRadius { get; set; } = 3;
|
||||
|
||||
public DateTime CreatedUtc { get; set; } = DateTime.UtcNow;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user